iPad split view dimension parts

北城余情 提交于 2019-12-11 04:17:43

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/10004771/ipad-split-view-dimension-parts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!