I found a PDFView and PDFThumbnailView in Object Library

Like this pic , but ... my question is how to use it ??? enter image description here I can't drag it in xib , and no idea to create a PDFView by code .

Any answer or tutorial will be help

Thanks

Webber

link|improve this question

sometimes this object shows, but sometimes I can't find it ,anyone know what's wrong ??? – WebberLai Feb 23 at 3:02
feedback

2 Answers

up vote 1 down vote accepted

How about some sample code?

https://developer.apple.com/library/ios/#samplecode/ZoomingPDFViewer/Introduction/Intro.html

link|improve this answer
I download this sample before , But it only can read one page ?? I try to replace the original PDF document , only show the first page. – WebberLai Feb 23 at 3:01
Then maybe this post will help you. Contains more examples (some with multi page), etc... stackoverflow.com/questions/3889634/… – Jer In Chicago Feb 23 at 3:10
Looks like pdf view is for Mac OS , Not iOS . I create a new Mac App , I can drag it in MainWindow . – WebberLai Feb 23 at 3:11
The link for the project in my answer is for iOS... – Jer In Chicago Feb 23 at 3:14
I know your answer is for iOS , But the PDFView is not for. Thanks a lot man : ) – WebberLai Feb 23 at 3:32
feedback

OK , I don't know why PDFView object sometimes is hiding , If you selected the your class at .h/.m it might appear . If you selected the xib file in iOS project , PDFView will disappear , this means the PDFView is not support in iOS .After I create a new MacOS project ,I can drag the PDFView in maniWindow .I think that's right.

So ...This is so strange .But at least I found the answer.

There is a reason I don't use VRFReader,sometimes this reader will cause memory warning .

Not crash the program , but it will release my view background image

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.