Reputation: 214
I am new to XCode and Objective-C and am trying to create a multi-document PDF viewer using Cocoa. I am using the Quartz framework, but am not entirely sure how to go about doing this.
Any help would be much appreciated.
Thanks in advance.
Upvotes: 2
Views: 1941
Reputation: 97
You can refer to sample application provided by apple - https://developer.apple.com/library/mac/samplecode/PDFAnnotationEditor/Introduction/Intro.html#//apple_ref/doc/uid/DTS10004035
Upvotes: 4