PSPDFSavedAnnotationsViewController
Objective-C
@interface PSPDFSavedAnnotationsViewController
: PSPDFAnnotationGridViewController <
PSPDFAnnotationGridViewControllerDataSource, PSPDFStyleable,
PSPDFOverridable>
Swift
class SavedAnnotationsViewController : AnnotationGridViewController, AnnotationGridViewControllerDataSource, Styleable, Overridable
A view controller that shows a grid of saved annotation sets. It allows to save and load saved annotations.
-
The default annotation store to use, if no custom
annotationStore
is set. Default:PersistentAnnotationSetStore
.Declaration
Objective-C
@property (class, readonly) id<PSPDFAnnotationSetStore> _Nonnull sharedAnnotationStore;
-
The annotation store to use to read and write the saved annotations. If not set,
sharedAnnotationStore
is used.Declaration
Objective-C
@property (nonatomic) id<PSPDFAnnotationSetStore> _Nonnull annotationStore;
-
Declaration
Swift
public static var shared: AnnotationSetStore { get }