Skip to content

ADImageSource

duzexu edited this page Jun 2, 2021 · 2 revisions

ADImageSource

Image asset support browser.

public enum ADImageSource 

Enumeration Cases

network

The target should be got from network remotely.

case network(URL)

album

The target should be got from system album.

case album(PHAsset)

local

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

case local(UIImage, String)

Properties

identifier

public var identifier: String 
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally