티스토리 뷰

UIDevice 클래스 참조.

[UIDevice currentDevice]  ==> UIDevice의 인스턴스를 얻어온다.
[[UIDevice currentDevice] model];


화면 크기 정보:
CGRect screenRect = [[UIScreen mainScreen] bounds];

상단의 statusBar 숨기기 :
[UIApplication sharedApplication].statusBarHidden = YES; 
댓글