contentState
Objective-C
@property (nonatomic, readonly) PSPDFGalleryItemContentState contentState;
Swift
var contentState: GalleryItem.ContentState { get }
The state of the item’s content. Defaults to PSPDFGalleryItemContentStateWaiting
.
-
Undocumented
Declaration
Objective-C
- (void)setContentState:(PSPDFGalleryItemContentState)contentState;