Search code examples
iphoneanimationuiwebviewcore-animation

Turn a page (a UIWebView) with an animation


I have a webview, which shows the pages of a ebook. I want to switch from one page to the next page with a page curl animation. By now, I know how to switch the page and how to apply a page curl animation on the webview.

But how do I apply the curl animation in a way that it looks like flipping from one page to another?


Solution

  • Here's some downloadable code with an example of how to do this.