How to remove iPad popover?
How to remove iPad popover?
- Subject: How to remove iPad popover?
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Wed, 15 Apr 2015 08:49:52 +0700
On iPad (portrait orientation) there is on the left a MasterView, overlapping the DetailView.
(i.e. splitViewController.displayMode = UISplitViewControllerDisplayModePrimaryOverlay)
When I tap on the DetailView, the MasterView slides away.
(i.e. splitViewController.displayMode → UISplitViewControllerDisplayModePrimaryHidden)
How can I do this from code?
The obvious way would be:
splitViewController.displayMode = UISplitViewControllerDisplayModePrimaryHidden;
but displayMode is readonly.
iOS 8.3
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden