UITableView.RectForFooterInSection(nint) Method

Definition

Returns the drawing area for the specified section's footer.

[Foundation.Export("rectForFooterInSection:")]
public virtual CoreGraphics.CGRect RectForFooterInSection (nint section);
abstract member RectForFooterInSection : nint -> CoreGraphics.CGRect
override this.RectForFooterInSection : nint -> CoreGraphics.CGRect

Parameters

section
System.System.IntPtr System.nativeint

The index of a section.

Returns

A rectangle defining where the section footer is drawn by the table view.

Attributes

Applies to