次の方法で共有


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

関連する UITableView

footerView
UIView

UIViewフッター ビューとして使用される 。

section
System.System.IntPtr System.nativeint

フッター ビューが属するテーブル セクション。

属性

適用対象