PTCollaborationAnnotationViewController
@interface PTCollaborationAnnotationViewController
: UITableViewController <PTOverridable>
The PTCollaborationAnnotationViewController displays a list of all annotations in a collaboration session. The list will contain any comments that have been added to the annotations, and selecting an annotation will scroll the PTPDFViewCtrl to the position of the annotation.
-
Initializes a
PTCollaborationAnnotationViewController
with a collaboration manager.Declaration
Objective-C
- (nonnull instancetype)initWithCollaborationManager: (nonnull PTCollaborationManager *)collaborationManager;
Swift
init(collaborationManager: PTCollaborationManager)
-
The collaboration manager associated with this control.
Declaration
Objective-C
@property (nonatomic, strong, readwrite, nullable) PTCollaborationManager *collaborationManager;
Swift
var collaborationManager: PTCollaborationManager? { get set }