首页 > 其他 > 详细

008.屏幕尺寸_代码布局

时间:2015-08-04 13:14:52      阅读:269      评论:0      收藏:0      [点我收藏+]

 

一、各款机型width & height(曾经遇到过有导航栏情况下打印mainScreen和打印self.view的尺寸不同...后期补充)
****************[UIScreen mainScreen].bounds.size
4s

height = 480 / width = 320

5s

height = 568 / width = 320

6

height = 667 / width = 375

6plus

height = 736 / width = 414

****************self.view.bounds.size

4s

height = 480 / width = 320

5s

height = 568 / width = 320

6

height = 667 / width = 375

6plus

height = 736 / width = 414

008.屏幕尺寸_代码布局

原文:http://www.cnblogs.com/juicecoffeetea/p/4701558.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!