I have a tabbarcontroller with 3 tabs that are splitviewcontrollers. It works fine except when:
- in portrait view tap the rootview button to show the master popover.
- switch to any other tab
- rotate to landscape (the masterview controller of that tab appears)
- switch back to first tab and the detail view controller is in the right position (320 px from left border) but instead the master view I have a black screen
I enumerated the splitviewcontroller subviews but the masterview is not there.
If I rotate the device in portrait and back in landscape, the master view appears.
I try to better explain with this picture: