ADPhotoKit Documentation

Enumeration ADImage​Source

public enum ADImageSource  

Image asset support browser.

Enumeration Cases

network

case network(URL) 

The target should be got from network remotely.

album

case album(PHAsset) 

The target should be got from system album.

local

case local(UIImage, String) 

The target should be provided in UIImage format, and a identifier should provide.

Properties

identifier

public var identifier: String