On Oct 4, 2011, at 4:26 AM, Dan Hopwood wrote:
> Hi all,
>
> Is there any way to open a PDF without using a UIWebView i.e. like the Mail
> app?
Another way to do it would be via lower level calls in Quartz 2D (which is
available in iOS). You could load the document via CGPDFDocumentCreateWit
On 04/10/2011, at 10:34 PM, Graham Cox wrote:
>
> On 04/10/2011, at 10:26 PM, Dan Hopwood wrote:
>
>> Is there any way to open a PDF without using a UIWebView i.e. like the Mail
>> app?
>
>
> Errr... NSImage?
Never mind - I see you're probably asking about iOS, not Mac (a better title
woul
On 04/10/2011, at 10:26 PM, Dan Hopwood wrote:
> Is there any way to open a PDF without using a UIWebView i.e. like the Mail
> app?
Errr... NSImage?
--Graham
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests
Yes. See the ZoomingPDFViewer sample code.
http://developer.apple.com/library/ios/#samplecode/ZoomingPDFViewer/Introduction/Intro.html
>From the description:
This sample code project demonstrates how to create a PDF viewer using the
UIScrollView and CATilerLayer classes.
On Oct 4,
Hi all,
Is there any way to open a PDF without using a UIWebView i.e. like the Mail
app?
Many thanks,
Dan
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderato