Some test text!
Declaration | |
---|---|
From | @property (nonatomic, strong, nonnull) PTCollaborationManager *collaborationManager |
To | @property (nonatomic, weak, nullable) PTCollaborationManager *collaborationManager |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Deprecated in Apryse for iOS 7.0.3. Use automaticallyHideToolbars |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Deprecated in Apryse for iOS 7.0.3. Use PTPolylineEditTool |
Declaration | |
---|---|
From | - (BOOL)selectAnnotation:(nonnull PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber |
To | - (BOOL)selectAnnotation:(nullable PTAnnot *)annotation onPageNumber:(unsigned long)pageNumber |