UICollectionViewController.ClearsSelectionOnViewWillAppear 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 UICollectionViewController 是否會在 UICollectionView 出現時清除選取範圍。
public virtual bool ClearsSelectionOnViewWillAppear { [Foundation.Export("clearsSelectionOnViewWillAppear")] get; [Foundation.Export("setClearsSelectionOnViewWillAppear:")] set; }
member this.ClearsSelectionOnViewWillAppear : bool with get, set
屬性值
如果為 true
,則控制器會在集合第一次出現時清除選取範圍。
- 屬性