반응형
///////ios7 statusbar patch///////////////
float sysVer = [[[UIDevice currentDevice] systemVersion] floatValue];
if (sysVer >= 7) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
//////////////////////////////////////////
http://leo81.tistory.com/15 이분 블로그가 잘 설명 되어 짐. .~ !!
반응형
'Developer > IOS' 카테고리의 다른 글
IOS 7 textview contentsize offset : textview contentsize 스크롤 (1) | 2013.11.04 |
---|---|
자동 잠금,Auto Lock 제어 (0) | 2013.09.17 |
버전정보 읽어오기 (0) | 2013.09.06 |
오토레이아웃에 대한 좋은 설명 (0) | 2013.09.06 |
IOS7 상태바 히든 (0) | 2013.09.05 |