Animation
-
An
See moreAWFAnimation
object provides the core functionality necessary for a single time-based animation. The animation is defined by a specified start and end date.Declaration
Objective-C
@interface AWFAnimation : NSObject
Swift
class AWFAnimation : NSObject
-
An
See moreAWFAnimationTimeline
object is a subclass ofAWFAnimation
that manages and controls multiple instances ofAWFAnimation
. All animation instances added to anAWFAnimationTimeline
are controlled by a single timeline, resulting in all animations being synced while playing simultaneously.Declaration
Objective-C
@interface AWFAnimationTimeline : AWFAnimation
Swift
class AWFAnimationTimeline : AWFAnimation
-
An
See moreAWFImageAnimation
object manages the animation of of date-specific images across a period of time.Declaration
Objective-C
@interface AWFImageAnimation : AWFAnimation
Swift
class AWFImageAnimation : AWFAnimation
-
See moreAWFImageAnimationLoader
is responsible for requesting and managing image data required for animating a series of images for animation playback.Declaration
Objective-C
@interface AWFImageAnimationLoader : NSObject
Swift
class AWFImageAnimationLoader : NSObject
-
An
See moreAWFDataAnimation
object manages the animation of of date-specific data across a period of time.Declaration
Objective-C
@interface AWFDataAnimation : AWFAnimation
Swift
class AWFDataAnimation : AWFAnimation
-
An
See moreAWFTimelineBarView
object is used in anAWFTimelineView
instance to represent the timeline bar and full date/time range of the animation.Declaration
Objective-C
@interface AWFTimelineBarView : UIView
Swift
class AWFTimelineBarView : UIView
-
An
See moreAWFTimelinePositionView
object is used in anAWFTimelineView
instance to represent an animation’s current position along a timeline.Declaration
Objective-C
@interface AWFTimelinePositionView : UIView
Swift
class AWFTimelinePositionView : UIView
-
An
See moreAWFTimelineView
is a view that provides a play/stop control, the current date and time and a scrubbable timeline slider bar for use with animatable weather data layers on anAWFWeatherMap
instance.Declaration
Objective-C
@interface AWFTimelineView : UIView
Swift
class AWFTimelineView : UIView