일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Undefined symbols for architecture armv7s
- ccbi
- CCLOG
- Debug
- landscape
- xib
- Derived Data
- SBTarget
- /var/mobile/Applications
- 태그를 입력해 주세요.
- LLVM
- 멀티태스킹
- release
- .svn
- cocos2d-x
- NSHomeDirectory
- box2d
- scale
- Default-568h.png
- UIView
- Xcode
- storyboard
- Today
- Total
standwally
UIApplicationMain 본문
int UIApplicationMain (
int argc,
char *argv[],
NSString *principalClassName,
NSString *delegateClassName
);
여기서, delegateClassName 파라미터를 통해, 우리의 어플리케이션을 커스텀 할 수 있는 것이다. |