IUITableViewDelegate.WillDisplayFooterView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- section
-
IntPtr
nativeint
The table section to which the footer view belongs.
- Attributes