共用方式為


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

頁尾檢視所屬的資料表區段。

屬性

適用於