Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- cocos2d-x
- landscape
- release
- Default-568h.png
- box2d
- 멀티태스킹
- LLVM
- CCLOG
- scale
- ccbi
- Xcode
- NSHomeDirectory
- /var/mobile/Applications
- Derived Data
- storyboard
- Undefined symbols for architecture armv7s
- 태그를 입력해 주세요.
- SBTarget
- Debug
- xib
- .svn
- UIView
Archives
- Today
- Total
목록Default-568h.png (1)
standwally
Landscape 모드에서 Default.png 설정
iPhone 어플리케이션에 사용되는 Launch Images는 파일명을 Default.png로 하면 앱 실행시 자동으로 로드된다.Landscape모드에서는 Default.png는 기존 Default.png를 90도로 돌려준 이미지를 사용하면 된다.참고로 디바이스 해상도에 따른 파일명은 아래와 같다.- Default.png (320 X 480)- Default@2x.png (640 X 960)- Default-568h@2x.png (640 X 1136)
프로그래밍/iOS
2013. 3. 11. 19:04