Scaling pdf file
2 answers
The easiest way to achieve this is to implement a CATiledLayer based view and add it as a UIScrollView subview.
Set the OffDetail levels to 3 and the levelsOfDetailBias to 2, for example (one zoom level and two zoom levels).
The UIScrollView and CATiledLayer classes will do all the work for you :-)
+1
source to share