Share via


UITableViewDelegate_Extensions.EstimatedHeightForFooter Method

Definition

The estimated height of the footer for the specified section.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat EstimatedHeightForFooter(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EstimatedHeightForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

tableView
UITableView
section
IntPtr

nativeint

Returns

Attributes

Applies to