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
属性

适用于