开发者

Turn a page (a UIWebView) with an animation

开发者 https://www.devze.com 2022-12-26 06:18 出处:网络
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 animat开发者_开发问答ion. By now, I know how to switch the page and how to apply a

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 animat开发者_开发问答ion. 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?


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


I think you required to use "WebKit CSS animation" for getting animation in UIWebView.

Read DashCode_UserGuide.pdf (its available on Apple 's Dev Center Resources)

0

精彩评论

暂无评论...
验证码 换一张
取 消