iPad split view dimension parts

Go To StackoverFlow.com

1

I have an app that needs backgrounds for both parts of the split view.

If the whole screen is 1024 x 768, what is the size of each part?

left : w:xx px ; h: 768px
right: w:xx px ; h: 768px

2012-04-04 04:05
by MaKo


11

The split view's master is 320 px wide according to the documentation, leaving the detail pane a comfortable 768 or 704 px wide depending on the orientation of the device.

2012-04-04 04:11
by CodaFi
Please let me know if I am working with UISplitviewcontroller for all orientation then how to decide xib height width mode for design without Autolayout - BalKrishan Yadav 2015-10-06 06:49
Ads