UITableViewController.WillDisplayFooterView(UITableView, UIView, nint) Method

Definition

Indicates that a footer view is about to be displayed.

[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

Parameters

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

Applies to