UITableView.TableFooterView Property

Definition

Returns a view that is displayed below the table view.

public virtual UIKit.UIView TableFooterView { [Foundation.Export("tableFooterView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTableFooterView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TableFooterView : UIKit.UIView with get, set

Property Value

The default value is null.

This value can be null.

Attributes

Remarks

The table footer view is different to a section footer.

Applies to