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.
是否可以在 UISplitViewController 中进行垂直拆分而不是水平拆分?
不,你不能用 UISplitViewController 做到这一点。如果您想这样做,您可以通过将两个容器视图添加到 IB 中的视图控制器来制作自己的类似拆分视图的控制器,并根据您的喜好调整它们的大小。如果你想这样做,你必须实现自己的方法来隐藏主控制器。