Mukesh
Mukesh

Reputation: 73

Dont hide SplitViewController in portrait mode

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 ?

Upvotes: 1

Views: 543

Answers (1)

tipycalFlow
tipycalFlow

Reputation: 7644

You can try Matt Gemmell's MGSplitViewController

Upvotes: 1

Related Questions