008.屏幕尺寸_代码布局

 

一、各款机型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

posted on 2015-08-04 11:33  juicecoffeetea  阅读(81)  评论(0编辑  收藏  举报