IOS 屏幕尺寸

IOS屏幕尺寸app

一、去掉狀態欄的尺寸code

CGRect r = [ UIScreen mainScreen ].applicationFrame;    //OC

二、屏幕尺寸io

CGRect rx = [ UIScreen mainScreen ].bounds;

三、狀態欄尺寸class

[[UIApplication sharedApplication] statusBarFrame];
相關文章
相關標籤/搜索