I\'m quite new here. I have a problem with the new iOS 5.1 slide-in popover in UISplitView. (Before 5.1 the master view controller was presented in a popover, but now it sim
I had the same trouble.
You should add below code to AppDelegate.
splitViewController.presentsWithGesture = NO;