Share via


IUITableViewDelegate.WillDisplayFooterView Method

Definition

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

[Foundation.Export("tableView:willDisplayFooterView:forSection:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplayFooterView(UIKit.UITableView tableView, UIKit.UIView? footerView, IntPtr section);
[<Foundation.Export("tableView:willDisplayFooterView:forSection:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nativeint -> unit
override this.WillDisplayFooterView : 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