1

Hi I am developing an ipad Magazine app where I need to display pdf files.I am using leaves project for page curl effect.This works great. But in landscape page fits to height(768px) and it becomes difficult to read the font. Thats why I want to support zoom in/out on this view.
I am a newbie to Core Graphics.I think in leaves project they parse pdf to show image of each page.But I dont know why zoom is not supported if it is an image. There are some more branches of leaves project for implementing this feature but all of them are not perfect.
Shall I continue using leaves or UIViewAnimationTransitionCurlUp/Down will help me for both the problems?
Thanks

amavi
  • 524
  • 4
  • 14

2 Answers2

6

here is the code for your requirement. check out this

Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
sujay
  • 1,845
  • 9
  • 34
  • 55
3

You can refer this tutorial. Provided by APPLE

Hope it helps.

Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
  • Thanks Jennis.Its looking good.will try it out and let you know the results. – amavi Jun 04 '11 at 04:02
  • Page curl effect is missing in this project.I know, apple uses private APIS for page curl effect,but I want to enable zoom along with page curl implemented using Leaves project. – amavi Jun 07 '11 at 09:26
  • @amavi:did u get the answer??even im looking for the same thing? – sujay Jan 17 '12 at 05:42