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.
众所周知,IOS 9 支持拆分视图模式。是否有任何 API 可以将溢出视图模式带入全视图模式?
如果您想在任何方法/按钮操作中执行此操作,请使用以下代码
self.splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModePrimaryHidden;