ADPhotoKit Documentation

Structure ADAsset​Result

public struct ADAssetResult  

Asset fetch result.

Properties

image

public var image: UIImage? 

Image fetch with asset. It's nil if browserOpts not contain .fetchImage or error occur when fetching.

image​Edit​Info

public var imageEditInfo: ADImageEditInfo? 

Image edited info. It can be nil if image is not edit.