I m creating a Split view based application for Ipad. I have used the following code in my app to get split view in my app(http://blog.corywiles.com/creating-a-universal-ios-app-tutorial). While i was checking out, the code seems to show the result i expected in Ipad v5.0 , like a drop down list. But in Ipad v5.1 the popover view changed for the same code.
How can i get the same popover view ,which i got in v5.0 Ipad ..?
Ipad 5.0 Screenshot : http://postimage.org/image/bre31nai9/
Ipad 5.1 Screenshot : http://postimage.org/image/7waoz2rch/
This is a change Apple introduced with the iOS 5.1 SDK. To get the old behavior, either target iOS 5.0 SDK or (preferably), use MGSplitViewController, which offers similar functionality to the old UISplitViewController.