Classes

The following classes are available globally.

  • Example class that conforms to GIFAnimatable. Uses default values for the animator frame buffer count and resize behavior. You can either use it directly in your code or use it as a blueprint for your own subclass.

    See more

    Declaration

    Swift

    public class GIFImageView: UIImageView, GIFAnimatable
  • Responsible for parsing GIF data and decoding the individual frames.

    See more

    Declaration

    Swift

    public class Animator