Share via


UITableViewSource.WillDisplayFooterView(UITableView, UIView, IntPtr) Method

Definition

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

[Foundation.Export("tableView:willDisplayFooterView:forSection:")]
[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:")>]
[<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 tableview 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