PSPDFMultimediaAnnotationView

Objective-C


@interface PSPDFMultimediaAnnotationView
    : PSPDFLinkAnnotationBaseView <PSPDFOverridable>

Swift

class MultimediaAnnotationView : LinkAnnotationBaseView, Overridable

Acts as the container view for an image gallery.

Note

To get a basic image view without the gallery tap handling, simply set userInteractionEnabled = NO on this view.