When I call CGPDFPageGetDrawingTransform() with a rotation argument, the application crashes. If I specify no rotation, there is no crash.
Here is my drawLayer:inContext: method:
I'm having crashing issues using the Quartz PDF API for iOS. At the moment I am compiling with the SDK 4.0 GM Seed and running on my 3.2 iPad (I have ...
Been looking through crash reports online, and this seems to be the main problem.
Any idea what it is referring to? (Too many graphics, graphics are too heavy, etc.)
I haven't had any ...
I have used apple's zoomingpdfview to display a pdf file which contains many pages. I load a new page on swipe. It works just fine(all pages are properly loaded) if the ...