PSPDFGalleryImageItem

Objective-C


@interface PSPDFGalleryImageItem : PSPDFGalleryItem

Swift

class GalleryImageItem : GalleryItem

An image item in a gallery.

  • An PSPDFGalleryImageItem has an UIImage as its content.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) UIImage *content;

    Swift

    var content: UIImage? { get }