AWFDataAnimation
Objective-C
@interface AWFDataAnimation : AWFAnimation
Swift
class AWFDataAnimation : AWFAnimation
An AWFDataAnimation
object manages the animation of of date-specific data across a period of time.
-
The object that acts as the data source of the receiving animation.
Declaration
Objective-C
@property (nonatomic, weak, nullable) id<AWFDataAnimationDelegate> delegate;
Swift
weak var delegate: AWFDataAnimationDelegate? { get set }