UITableViewSource.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

将用作页脚视图的 UIView。

section
System.System.IntPtr System.nativeint

页脚视图所属的表节。

属性

适用于