Zoom support while page curling effect present in

2019-06-03 08:12发布

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

2条回答
聊天终结者
2楼-- · 2019-06-03 08:46

here is the code for your requirement. check out this

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-06-03 08:57

You can refer this tutorial. Provided by APPLE

Hope it helps.

查看更多
登录 后发表回答