UITableViewController.ClearsSelectionOnViewWillAppear Property

Definition

Whether the selection should be cleared when the table appears.

public virtual bool ClearsSelectionOnViewWillAppear { [Foundation.Export("clearsSelectionOnViewWillAppear")] get; [Foundation.Export("setClearsSelectionOnViewWillAppear:")] set; }
member this.ClearsSelectionOnViewWillAppear : bool with get, set

Property Value

Attributes

Remarks

If true, then the controller will clear the selection when the table first appears.

Applies to