Protocols

The following protocols are available globally.

  • Media item to be presented in the PagedMediaViewController.

    See more

    Declaration

    Swift

    public protocol PagedMediaItem : UIView
  • Data source for providing media items and original views for transition animations.

    See more

    Declaration

    Swift

    public protocol PagedMediaDataSource : AnyObject
  • Delegate for transition and item change events.

    See more

    Declaration

    Swift

    public protocol PagedMediaDelegate : AnyObject