-->

page turn Animation on UIWebView in iPhone

2019-03-01 14:06发布

问题:

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