Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
<CPTAnimationDelegate> Protocol Reference

Animation delegate. More...

#import <CPTAnimation.h>

+ Inheritance diagram for <CPTAnimationDelegate>:
+ Collaboration diagram for <CPTAnimationDelegate>:

Public Instance Methods

Animation
(void) - animationDidStart:
 (Optional) Informs the delegate that an animation operation started animating. More...
 
(void) - animationDidFinish:
 (Optional) Informs the delegate that an animation operation stopped after reaching its full duration. More...
 
(void) - animationCancelled:
 (Optional) Informs the delegate that an animation operation was stopped before reaching its full duration. More...
 
(void) - animationWillUpdate:
 (Optional) Informs the delegate that the animated property is about to update. More...
 
(void) - animationDidUpdate:
 (Optional) Informs the delegate that the animated property has been updated. More...
 
- Public Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 

Detailed Description

Animation delegate.

Method Documentation

◆ animationCancelled:

- (void) animationCancelled: (nonnull CPTAnimationOperation *)  operation

(Optional) Informs the delegate that an animation operation was stopped before reaching its full duration.

Parameters
operationThe animation operation.

◆ animationDidFinish:

- (void) animationDidFinish: (nonnull CPTAnimationOperation *)  operation

(Optional) Informs the delegate that an animation operation stopped after reaching its full duration.

Parameters
operationThe animation operation.

◆ animationDidStart:

- (void) animationDidStart: (nonnull CPTAnimationOperation *)  operation

(Optional) Informs the delegate that an animation operation started animating.

Parameters
operationThe animation operation.

◆ animationDidUpdate:

- (void) animationDidUpdate: (nonnull CPTAnimationOperation *)  operation

(Optional) Informs the delegate that the animated property has been updated.

Parameters
operationThe animation operation.

◆ animationWillUpdate:

- (void) animationWillUpdate: (nonnull CPTAnimationOperation *)  operation

(Optional) Informs the delegate that the animated property is about to update.

Parameters
operationThe animation operation.

The documentation for this protocol was generated from the following file: