I've successfully implemented MGSplitViewController in my application and it seems to work pretty well but in iOS 5.x, it has this weird issue.
- I start my app with its MGSplitViewController as the root view controller in Portrait.
- Trigger my full screen modal view controller that gets displayed over top successfully.
- Rotate device to Landscape and the view disappears but there's a piece of it still showing through the split view slider.
Has anyone seen this and/or fixed it? It works just fine in iOS 6.
If I rotate the view back or try to open other modal views, nothing happens. It's like that modal view is stuck behind.
Note: This is how I setup my MGSplitViewController: Known effort to update MGSplitViewController for iOS5 and Storyboards?