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

适用于