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 !
see this tutorial
http://www.techotopia.com/index.php/An_Example_iOS_5_iPhone_UIPageViewController_Application
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