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.
As we known, IOS 9 support split view mode. Is there any API that can bring spilt view mode to full view mode?
メソッド/ボタンアクションでこれを行う場合は、次のコードを使用します
self.splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModePrimaryHidden;