UITableViewDelegate_Extensions.WillDisplayFooterView Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillDisplayFooterView(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView? footerView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDisplayFooterView : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nativeint -> unit

Parameters

tableView
UITableView

The UITableView involved.

footerView
UIView

The UIView that will be used as the footer view.

section
IntPtr

nativeint

The table section to which the footer view belongs.

Attributes

Applies to