Share via


IUITableViewDelegate.EstimatedHeightForFooter(UITableView, IntPtr) Method

Definition

The estimated height of the footer for the specified section.

[Foundation.Export("tableView:estimatedHeightForFooterInSection:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat EstimatedHeightForFooter(UIKit.UITableView tableView, IntPtr section);
[<Foundation.Export("tableView:estimatedHeightForFooterInSection:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EstimatedHeightForFooter : UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat
override this.EstimatedHeightForFooter : UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

tableView
UITableView
section
IntPtr

nativeint

Returns

Attributes

Applies to