PSPDFGalleryContentViewError

Objective-C

@protocol PSPDFGalleryContentViewError <NSObject>

Swift

protocol GalleryContentViewError : NSObjectProtocol

Protocol for UIViews that wish to be the errorView of a PSPDFGalleryContentView.

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, nullable) NSError *error

    Swift

    var error: Error? { get set }