admin

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

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