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.
我正在使用 Leaves 项目从一个 pdf 页面移动到另一个它工作正常。现在页面卷曲是从左到右,从右到左,就像一个笔记本。现在的效果是翻一页,但我想翻两页。一页必须显示在左侧,另一页必须显示在右侧。
UIPageViewController除非您尝试支持 iOS 4,否则您 可能应该使用。UIPageViewController支持将书脊放在屏幕中间,这样您就可以一次看到两个页面。我不知道 Leaves 是否相关,因为 iOS 5 及更高版本内置了更好的解决方案。
UIPageViewController