UIKit.UITableViewDelegate.GetHeightForFooter Method
Called to determine the height of the footer for the section specified by section.

Syntax

[Foundation.Export("tableView:heightForFooterInSection:")]
public virtual nfloat GetHeightForFooter (UITableView tableView, nint section)

Parameters

tableView
Table view.
section
Index of the section requiring a footer display.

Returns

The height of the footer (in points) as a float.

Remarks

This method allows section footers to have different heights. This method is not called if the table is UITableViewStyle.Plain style.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0