0

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

Robin You
  • 1
  • 1

1 Answers1

0

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

self.splitViewController.preferredDisplayMode = UISplitViewControllerDisplayModePrimaryHidden;
Johnykutty
  • 12,091
  • 13
  • 59
  • 100