MMMPublicLoadableImage

Objective-C


@interface MMMPublicLoadableImage : MMMLoadable <MMMLoadableImage>

Swift

class MMMPublicLoadableImage : MMMLoadable, MMMLoadableImage

Implementation of MMMLoadableImage for images that are publicly accessible via a URL. This is very basic, using the shared instance of NSURLSession, so any caching will happen there.

  • Undocumented

    Declaration

    Objective-C

    - (id)initWithURL:(nullable NSURL *)url NS_DESIGNATED_INITIALIZER;

    Swift

    init(url: URL?)
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (id)init NS_UNAVAILABLE;