Animator

public class Animator

Responsible for parsing GIF data and decoding the individual frames.

  • Creates a new animator with a delegate.

    Declaration

    Swift

    public init(withDelegate delegate: GIFAnimatable)

    Parameters

    view

    A view object that implements the GIFAnimatable protocol.

    Return Value

    A new animator instance.