AXPhotoLoadingState
enum AXPhotoLoadingState
Loading state
-
Not loaded
Declaration
Swift
case notLoaded -
Loading
Declaration
Swift
case loading -
Loaded
Declaration
Swift
case loaded -
Loading cancelled
Declaration
Swift
case loadingCancelled -
Loading failed
Declaration
Swift
case loadingFailed
View on GitHub
AXPhotoLoadingState Enumeration Reference