5.하이브리드 앱/개발
IOS iphone cordova phonegap status bar(폰갭 코드바 제목과 겹치는 문제 해결)
어드민제로
2013. 12. 17. 15:15
iOS 7, PhoneGap and the Status Bar
폰갭(코도바)이 IOS 7에서 status bar 가 겹치는 현상 해결..
(원문)-http://www.kadrmasconcepts.com/blog/2013/10/06/ios-7-phonegap-and-the-status-bar/
1. cordov3.1.0으로 업데이트
cd ~/my_project_directory
2. Xcode에서 status Bar 설정
Project > Resources > -info.plist를 열어 아래와 같이 수정 합니다.
"+" 기호를 클릭하여 아래와 같이
key: Status bar is initially hidde
value: YES
key: View controller-based status bar appearance
value: No
를 추가 해준다.
이렇게 한다음 확인 하면 IOS 7의 status Bar가 사라진것을 확인 할 수 있다.
my