How to make UISplitViewController behave ?

2015-10-12 Thread Gerriet M. Denkmann
iPad / iPhone Master-Detail app. iOS 9.0, Xcode 7.0 Rotating the iPad to Portrait my AppDelegate will receive a UIDeviceOrientationDidChangeNotification: 12:23:01.182 -[AppDelegate iPadHasTurned:] and does: UISplitViewControllerDisplayMode newMode = PrimaryOverlay

Re: How to make UISplitViewController behave ?

2015-10-12 Thread Gerriet M. Denkmann
> On 13 Oct 2015, at 04:49, David Duncan wrote: > > >> On Oct 11, 2015, at 11:21 PM, Gerriet M. Denkmann >> wrote: >> >> iPad / iPhone Master-Detail app. iOS 9.0, Xcode 7.0 >> >> Rotating the iPad to Portrait my AppDelegate will receive a >>

Re: How to make UISplitViewController behave ?

2015-10-12 Thread David Duncan
> On Oct 11, 2015, at 11:21 PM, Gerriet M. Denkmann > wrote: > > iPad / iPhone Master-Detail app. iOS 9.0, Xcode 7.0 > > Rotating the iPad to Portrait my AppDelegate will receive a > UIDeviceOrientationDidChangeNotification: > > 12:23:01.182 -[AppDelegate