UITableViewSource.WillDisplayFooterView(UITableView, UIView, nint) Method

Definition

Called prior to the display of a footer view for a section.

[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

The tableview involved.

footerView
UIView

The UIView that will be used as the footer view.

section
System.System.IntPtr System.nativeint

The table section to which the footer view belongs.

Attributes

Applies to