I am trying to develop a splitView based iPad app, that displays the split interface in every orientation. I have tried subclassing the UISplitViewController class as given
In iOS8 (Swift), use this:
splitViewController.preferredDisplayMode = UISplitViewControllerDisplayMode.AllVisible
hello my first post and i hope to help:
here is the way it works
[splitViewController setHidesMasterViewInPortrait:NO];
you can subclass UISplitViewController, then overwrite following method:
- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation duration:(NSTimeInterval) duration