次の方法で共有


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

適用対象