UITableViewController.FooterViewDisplayingEnded Method

Definition

Indicates that the display of footer views has completed.

[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

Parameters

tableView
UITableView
footerView
UIView
section
System.System.IntPtr System.nativeint
Attributes

Applies to