UITableViewDelegate_Extensions.EstimatedHeightForFooter Method

Definition

The estimated height of the footer of the specified section.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static nfloat EstimatedHeightForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member EstimatedHeightForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> nfloat

Parameters

This
IUITableViewDelegate

The instance on which this extension method operates.

tableView
UITableView
section
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to