UICollectionViewController.ClearsSelectionOnViewWillAppear Property

Definition

Whether this UICollectionViewController clears the selection when the UICollectionView appears.

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

Property Value

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

Attributes

Applies to