UITableViewDelegate.GetHeightForFooter(UITableView, nint) Method

Definition

Called to determine the height of the footer for the section specified by section.

[Foundation.Export("tableView:heightForFooterInSection:")]
public virtual nfloat GetHeightForFooter (UIKit.UITableView tableView, nint section);
abstract member GetHeightForFooter : UIKit.UITableView * nint -> nfloat
override this.GetHeightForFooter : UIKit.UITableView * nint -> nfloat

Parameters

tableView
UITableView

Table view.

section
System.System.IntPtr System.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.

Applies to