page turn Animation on UIWebView in iPhone

笑着哭i 提交于 2019-12-02 08:40:12

问题


I am new to iPad developer,

I'm using UIWebView on the iPhone to display EPUB content, but I want to implement page turning animation similar to book.

I had seen many demos of page turn effects, but they all are related to view not UIWebView, for eg: see demo I want to implement this page turn effect. on UIWebView

would this be possible? or Should I stop dreaming.

Thanks In Advance !


回答1:


see this tutorial

http://www.techotopia.com/index.php/An_Example_iOS_5_iPhone_UIPageViewController_Application




回答2:


I think You have better to use quatrzcore framework to load epub content.Then You can simply achieving this turn over animation by making each page an image.leaves in github is a great example for doing this



来源:https://stackoverflow.com/questions/10780757/page-turn-animation-on-uiwebview-in-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!