swift 中的 iBooks 翻页动画
Page Flip animation like iBooks in swift
我一直在搜索有关编写视图过渡动画的大量信息。但我最感兴趣的是 iBooks 上的翻页动画。我可以知道 swift 中所写的内容是否有任何可用资源?
非常感谢
这是通过 UIPageViewController class 完成的。看这里:
http://www.techotopia.com/index.php/An_Example_Swift_iOS_8_UIPageViewController_Application
请看这篇教程。
http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/
对于翻页效果,您需要进入 Interface Builder 并为您的 UIPageViewController select 翻页。
我一直在搜索有关编写视图过渡动画的大量信息。但我最感兴趣的是 iBooks 上的翻页动画。我可以知道 swift 中所写的内容是否有任何可用资源? 非常感谢
这是通过 UIPageViewController class 完成的。看这里:
http://www.techotopia.com/index.php/An_Example_Swift_iOS_8_UIPageViewController_Application
请看这篇教程。
http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/
对于翻页效果,您需要进入 Interface Builder 并为您的 UIPageViewController select 翻页。