views:

200

answers:

2

I know that the SplitView is new to iPad, it split the screen with left and right. But I want to split the screen with top and bottom. How can I do so? thank u.

+1  A: 

I don't think you can do that, and the width of left pane is fixed at 320. If you want to split the screen with top and bottom, you should write your own view controller rather than using UISplitViewController.

Tao
+1  A: 

actually someone have successfully done it..

have a look here

http://github.com/mattgemmell/MGSplitViewController

Yit Ming