MMMNamedLoadableImage
Objective-C
@interface MMMNamedLoadableImage : MMMLoadable <MMMLoadableImage>
Swift
class MMMNamedLoadableImage : MMMLoadable, MMMLoadableImage
An image from the app’s bundle (accessible via +imageNamed:
method of UIImage) wrapped into MMMLoadableImage
and loaded asynchronously.
-
Undocumented
Declaration
Objective-C
- (id)initWithName:(NSString *)name NS_DESIGNATED_INITIALIZER;
Swift
init(name: String)
-
Unavailable
Undocumented
Declaration
Objective-C
- (id)init NS_UNAVAILABLE;