ios中经常会用[UIScreen mainScreen].bounds 来获取屏幕的frame,但最近网上下载了个项目,在模拟器运行起来,打印[UIScreen mainScreen].bounds 发现不管是在iphone4,iphone5,iphone6s上,其值始终是568*320,对此感觉到甚是奇怪. 大家都知道iphone4的frame为480*320,iphone5/5s位568*320,iphone6/6s位667*350.其实在项目中,如果你将启动图片(xcode9.0中的La…