UICollectionViewController.ClearsSelectionOnViewWillAppear 属性

定义

显示 UICollectionView 时,此 UICollectionViewController 是否清除选择。

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

属性值

如果 true为 ,则控制器将在集合首次出现时清除所选内容。

属性

适用于