views:

61

answers:

2

i am displaying master view and detail view in portrait mode of split view controller , i hav not used the pop up window to show master view as like most of hte ipad apps showing...

i am facing issue with orientation when my app is launching in land scape mode i cannot able to adjust that to view

A: 

In the out of the box UISplitView the width is fixed.

Alterntively you could use the MGSplitViewController it is a Custom SplitViewController and one of the features is width customisation.

It can be Found here: http://github.com/mattgemmell/MGSplitViewController

Luke Mcneice