标签:
代码中发掘模拟器跑出来的代码, 用self.view.frame.size.width 获得屏幕尺寸一直都是320 , 无奈改为
[UIScreen mainScreen].bounds.size.width
高度同样用
[UIScreen mainScreen].bounds.size.height
ios开发获得屏幕尺寸的一些小问题
原文地址:http://www.cnblogs.com/godlovexq/p/5158200.html