반응형
IOS7 상태바
아예 숨기기로 ... 했다. .짜증나서 .
-(BOOL)prefersStatusBarHidden{
return YES;
}
plist 에 이거 추가..
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
반응형
'Developer > IOS' 카테고리의 다른 글
맥북 사용법 - 편의사용 , 단축키 등 (0) | 2013.12.13 |
---|---|
UIWewView href control (0) | 2013.12.10 |
IOS 7 textview contentsize offset : textview contentsize 스크롤 (1) | 2013.11.04 |
자동 잠금,Auto Lock 제어 (0) | 2013.09.17 |
[IOS] IOS7 UInavigationBar (0) | 2013.09.12 |