UITableViewDelegate_Extensions.GetViewForFooter 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.
The view used for the footer of the specified section.
public static UIKit.UIView GetViewForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetViewForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> UIKit.UIView
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Table view containing the section.
- section
- System.System.IntPtr System.nativeint
Section index where the footer will be added.