MMMAnimationHandle
Objective-C
@interface MMMAnimationHandle : NSObject
Swift
class MMMAnimationHandle : NSObject
Sort of a handle returned by MMMAnimator when a new animation is scheduled. Keep it around, otherwise the animation will be cancelled.
-
YES, if the animation has not been finished yet.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL inProgress;
Swift
var inProgress: Bool { get }
-
Finishes animation before its designated end time.
Declaration
Objective-C
- (void)cancel;
Swift
func cancel()
-
Unavailable
Undocumented
Declaration
Objective-C
- (id)init NS_UNAVAILABLE;