UITableViewDelegate_Extensions.GetHeightForFooter 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 to determine the height of the footer for the section specified by section.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat GetHeightForFooter(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetHeightForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat
Parameters
- This
- IUITableViewDelegate
- tableView
- UITableView
Table view.
- section
-
IntPtr
nativeint
Index of the section requiring a footer display.
Returns
The height of the footer (in points) as a float.
- Attributes
Remarks
This method allows section footers to have different heights. This method is not called if the table is Plain style.