Animation

  • An AWFAnimation object provides the core functionality necessary for a single time-based animation. The animation is defined by a specified start and end date.

    See more

    Declaration

    Objective-C

    @interface AWFAnimation : NSObject

    Swift

    class AWFAnimation : NSObject
  • An AWFAnimationTimeline object is a subclass of AWFAnimation that manages and controls multiple instances of AWFAnimation. All animation instances added to an AWFAnimationTimeline are controlled by a single timeline, resulting in all animations being synced while playing simultaneously.

    See more

    Declaration

    Objective-C

    @interface AWFAnimationTimeline : AWFAnimation

    Swift

    class AWFAnimationTimeline : AWFAnimation
  • An AWFImageAnimation object manages the animation of of date-specific images across a period of time.

    See more

    Declaration

    Objective-C

    @interface AWFImageAnimation : AWFAnimation

    Swift

    class AWFImageAnimation : AWFAnimation
  • AWFImageAnimationLoader is responsible for requesting and managing image data required for animating a series of images for animation playback.

    See more

    Declaration

    Objective-C

    @interface AWFImageAnimationLoader : NSObject

    Swift

    class AWFImageAnimationLoader : NSObject
  • An AWFDataAnimation object manages the animation of of date-specific data across a period of time.

    See more

    Declaration

    Objective-C

    @interface AWFDataAnimation : AWFAnimation

    Swift

    class AWFDataAnimation : AWFAnimation
  • An AWFTimelineBarView object is used in an AWFTimelineView instance to represent the timeline bar and full date/time range of the animation.

    See more

    Declaration

    Objective-C

    @interface AWFTimelineBarView : UIView

    Swift

    class AWFTimelineBarView : UIView
  • An AWFTimelinePositionView object is used in an AWFTimelineView instance to represent an animation’s current position along a timeline.

    See more

    Declaration

    Objective-C

    @interface AWFTimelinePositionView : UIView

    Swift

    class AWFTimelinePositionView : UIView
  • An AWFTimelineView 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 an AWFWeatherMap instance.

    See more

    Declaration

    Objective-C

    @interface AWFTimelineView : UIView

    Swift

    class AWFTimelineView : UIView