PagedMediaItem
@MainActor
public protocol PagedMediaItem : UIViewMedia item to be presented in the PagedMediaViewController.
- 
                  
                  Updates paused state depending on the transition status. DeclarationSwift @MainActor var paused: Bool { get set }
- 
                  
                  Whether the item is animated (video, gif, etc) or static (image, etc). DeclarationSwift @MainActor var isAnimated: Bool { get }
- 
                  animatedItemSnapshotAtCurrentTimeDefault implementationUsed in the last part of the dismissal transition for animated items (if not nil) for smooth effect. Defaults tonil.Default ImplementationDeclarationSwift @MainActor var animatedItemSnapshotAtCurrentTime: UIImage? { get }
- 
                  animatedItemControlsViewDefault implementationControls for play/pause and scrubbing. Defaults to nil.Default ImplementationDeclarationSwift @MainActor var animatedItemControlsView: UIView? { get }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          