Is there any API that can bring spilt view mode to full view mode

41 Views Asked by At

As we known, IOS 9 support split view mode. Is there any API that can bring spilt view mode to full view mode?

1

There are 1 best solutions below

1
On

If you want to do this in any method/button action, use following code

self.splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModePrimaryHidden;