NSLog(@"systemVersion:%@",[[UIDevice currentDevice]systemVersion]);spa
獲取不一樣尺寸屏幕大小:3d
NSLog(@"height:%f",[[UIScreen mainScreen]bounds].size.height);io
若是用這個方法(self.view.bounds.size.height)獲取屏幕大小會隨着屏幕試圖加載的時候,時間順序變換,因此不穩定。方法