ios-samples/ZoomingPdfViewer
GouriKumari 5855679a25 Rebuilt samples to fix bug 1842 2014-04-14 10:53:48 -04:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots More screenshots. 2011-10-04 11:14:42 +02:00
AppDelegate.cs Add ZoomingPdfViewer sample 2011-08-26 16:57:56 -04:00
Info.plist Rebuilt samples to fix bug 1842 2014-04-14 10:53:48 -04:00
Main.cs Add ZoomingPdfViewer sample 2011-08-26 16:57:56 -04:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
PdfScrollView.cs Asking for Bounds inside DrawLayer was a bad idea and, beside using UIView in another thread, also introduced rendering glitches. Fix bug #4566 2012-04-20 15:13:04 -04:00
README.md bugfix ZoomingPdfViewer sample 2012-03-07 10:00:32 +11:00
Tamarin.pdf Add ZoomingPdfViewer sample 2011-08-26 16:57:56 -04:00
TiledPdfView.cs Asking for Bounds inside DrawLayer was a bad idea and, beside using UIView in another thread, also introduced rendering glitches. Fix bug #4566 2012-04-20 15:13:04 -04:00
ZoomingPdfViewer.csproj Add System.Core reference 2013-02-12 10:33:39 -05:00
ZoomingPdfViewer.sln Add missing solution files. 2011-09-27 15:01:54 +02:00
ZoomingPdfViewerViewController.cs Add ZoomingPdfViewer sample 2011-08-26 16:57:56 -04:00
ZoomingPdfViewerViewController.designer.cs Add ZoomingPdfViewer sample 2011-08-26 16:57:56 -04:00
ZoomingPdfViewerViewController.xib Add ZoomingPdfViewer sample 2011-08-26 16:57:56 -04:00

README.md

Zooming PDF Viewer

This is a port of Apple's ZoomingPDFViewer (original written in ObjectiveC) available from: http://developer.apple.com/library/ios/#samplecode/ZoomingPDFViewer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010281

The Tamarin.pdf file was generated (Download as PDF) from: http://en.wikipedia.org/wiki/Tamarin Text is available under the Creative Commons Attribution-ShareAlike License [1]; additional terms may apply. See Terms of use [2] for details.

[1] http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License [2] http://wikimediafoundation.org/wiki/Terms_of_use

Authors

Sebastien Pouliot