Protocols

The following protocols are available globally.

  • The protocol that view classes need to conform to to enable animated GIF support.

    See more

    Declaration

    Swift

    public protocol GIFAnimatable: class
  • A single-property protocol that animatable classes can optionally conform to.

    See more

    Declaration

    Swift

    public protocol ImageContainer