SplitView & TabBarController (orientation problems)
Hi,
I use a TabBarController that contains 1 splitViewController and a standard viewController.
Everything works fine except when I rotate the device.
This is my case.
On the SplitViewController when I rotate the device from Portrait to Landscape and Landscape to Portrait everything is ok.
When I move to the tabBar that contains the viewController, when I rotate the device in any direction, everything is ok too.
But if the last orientation of the splitView controller was landscape and from the ViewController I rotate the device to Portrait, when I go back to the SplitView, I lost my popover button..
Everything is displayed well if I rotate the device.
How could I prevent this ?
Any help?
Stan
|