共用方式為


UITableViewController.WillDisplayFooterView(UITableView, UIView, nint) 方法

定義

表示即將顯示頁尾檢視。

[Foundation.Export("tableView:willDisplayFooterView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayFooterView (UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
abstract member WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit

參數

tableView
UITableView
footerView
UIView
section
System.System.IntPtr System.nativeint
屬性

適用於