PSPDFMediaPlayerCoverView

Objective-C


@interface PSPDFMediaPlayerCoverView : UIView

Swift

class MediaPlayerCoverView : UIView

If the cover option is set, this is showed until the play button is pressed.

  • The color of the play button.

    Declaration

    Objective-C

    @property (nonatomic, nullable) UIColor *playButtonColor;

    Swift

    var playButtonColor: UIColor? { get set }
  • The image of the play button. If set to nil the default play button appearance will be used.

    Declaration

    Objective-C

    @property (nonatomic, nullable) UIImage *playButtonImage;

    Swift

    var playButtonImage: UIImage? { get set }