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