UITableViewDelegate_Extensions.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.
Indicates that the footer view for the specified section is about to be shown.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillDisplayFooterView (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
static member WillDisplayFooterView : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
The UITableView involved.
- section
- System.System.IntPtr System.nativeint
The table section to which the footer view belongs.
- Attributes