如何在webView中赋予页面卷曲动画?
我正在开发 PDF 阅读器应用程序。如果我显示 pdf 文件,那么我无法更改该文件的字体大小。
所以我在 UIWebView 中显示 ePub 文件。但我的问题是如何像 iBook 和 kindle 应用程序一样在 UIWebView 中添加页面卷曲动画。
I am working on PDF Reader application. if i display pdf file then i am not able to change font size of this.
So i display ePub file in UIWebView. But my problem is how to add page curl animation in UIWebView like iBook and kindle apps does.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我创建了一个名为 myWebView 的 UIWebView,单击按钮后,卷曲效果将显示在 web 视图上:-
请告诉我这是否解决了您的答案。
I have created a UIWebView named myWebView and on clicking the button the curl effect will be shown on the webview:-
Please tell if this solved your answer.