次の方法で共有


UITableViewController.FooterViewDisplayingEnded メソッド

定義

フッター ビューの表示が完了したことを示します。

[Foundation.Export("tableView:didEndDisplayingFooterView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FooterViewDisplayingEnded (UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
abstract member FooterViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.FooterViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit

パラメーター

tableView
UITableView
footerView
UIView
section
System.System.IntPtr System.nativeint
属性

適用対象