ADPhotoKit Documentation

Enumeration ADPhoto​Select​Params

public enum ADPhotoSelectParams: Hashable, Equatable  

Params to control the asset select condition.

%25 ADPhotoSelectParams ADPhotoSelectParams Hashable Hashable ADPhotoSelectParams->Hashable Equatable Equatable ADPhotoSelectParams->Equatable

Conforms To

Equatable
Hashable

Enumeration Cases

max​Count

case maxCount(max: Int?) 

Limit the max count you can select. Set nil means no limit. Default is no limit.

image​Count

case imageCount(min: Int?, max:Int?) 

Limit the min and max image count you can select. Set nil means no limit. Default is no limit.

video​Count

case videoCount(min: Int?, max:Int?) 

Limit the min and max video count you can select. Set nil means no limit. Default is no limit.

video​Time

case videoTime(min: Int?, max: Int?) 

Limit the min and max video time you can select. Set nil means no limit. Default is no limit.

record​Time

case recordTime(min: Int?, max: Int?) 

Limit the min and max video time you can record. Set nil means no limit. Default is no limit.

Properties

hash​Value

public var hashValue: Int  

Methods

hash(into:​)

public func hash(into hasher: inout Hasher)  

Operators

==

public static func == (lhs: Self, rhs: Self) -> Bool