UITableViewDelegate_Extensions.GetHeightForFooter(IUITableViewDelegate, UITableView, nint) Method
Definition
The height of the footer for the specified section.
public static nfloat GetHeightForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetHeightForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> nfloat
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Table view.
- section
- nint
Index of the section requiring a footer display.