Turn a page (a UIWebView) with an animation

南楼画角 提交于 2019-12-18 03:01:06

问题


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?


回答1:


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




回答2:


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)



来源:https://stackoverflow.com/questions/2598307/turn-a-page-a-uiwebview-with-an-animation

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