PTCollaborationDocumentController


@interface PTCollaborationDocumentController : PTDocumentController

A subclass of the PTDocumentController that will synchronize annotations between the device and central server.

The implementation is minimal:

  1. It connects the PTCollaborationDocumentController.toolManager.collaborationManager and the PTCollaborationServerCommunication service.

  2. It does not allow the user to select annotations where the author of the annotation does not match the user that is logged in to the PTCollaborationServerCommunication service.