Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是iPad开发人员的新手,
iPad
我正在使用 UIWebViewiPhone来显示EPUB内容,但我想实现类似于书籍的翻页动画。
iPhone
EPUB
我看过很多翻页效果的demo,但都是和view not相关的UIWebView,例如:see demo 我要实现这个翻页效果。上UIWebView
UIWebView
这可能吗?还是我应该停止做梦。
提前致谢 !
看这个教程
http://www.techotopia.com/index.php/An_Example_iOS_5_iPhone_UIPageViewController_Application
我认为您最好使用 quatrzcore 框架来加载 epub 内容。然后您可以通过将每个页面制作为图像来简单地实现这种翻转动画。github中的叶子是这样做的一个很好的例子