ADPhotoKit Documentation

Enumeration ADAsset​Model.​Select​Status

public enum SelectStatus  

Represent asset select status.

Member Of

ADAssetModel

Model contain asset info.

Enumeration Cases

select

case select(index: Int?) 

Asset can be selected.

Parameters

index

If not nil, the asset is seleted and the value is select index.

deselect

case deselect

Asset can not be selet.

Properties

is​Select

public var isSelect: Bool  

Return asset is select or not.

is​Enable

public var isEnable: Bool  

Return asset is selectable or not.