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.
我想要像 iBook 页面这样的卷曲效果。
如何使用带有故事板的 Segue 来做到这一点?
你应该使用 UIPageViewController。
这使您可以准确地利用类似 iBook 的卷曲效果,但是恕我直言,它必须以编程方式完成。
您可以使用本教程作为一个良好的开端:
http://www.ioslearner.com/implementing-uipageviewcontroller-programatically-without-storyboarding/