MMMLoadableProxy
Objective-C
@interface MMMLoadableProxy : MMMLoadable <MMMLoadable>
Swift
class MMMLoadableProxy : MMMLoadable, MMMLoadableProtocol
Same as MMMPureLoadableProxy but for MMMLoadable protocol.
In case the user asks the proxy to sync before the actual object is set, then it actually enters ‘syncing’ state and when the actual object is set, then a sync is triggered for it too.
-
Undocumented
Declaration
Objective-C
@property (nonatomic, nullable) id<MMMLoadable> loadableSwift
var loadable: (any MMMLoadableProtocol)? { get set }
View on GitHub
MMMLoadableProxy Class Reference