I am developing an app for iPad & for iOS >= 4 , and I am using split view controller.
But I don't want to hide master panel in portrait mode.
For iOS 5, I can use
-(BOOL)splitViewController:shouldHideViewController:inOrientation;
but for < 5 what to do ?
You can try Matt Gemmell's MGSplitViewController