码迷,mamicode.com
首页 > 其他好文 > 详细

008.屏幕尺寸_代码布局

时间:2015-08-04 13:16:05      阅读:79      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!