728x90
int값을 NSNumber로
NSNumber *number = [NSNumber numberWithInt:10];
NSNumber를 int로
int intnub = [number intValue];
728x90
'Developer > iOS' 카테고리의 다른 글
[iOS] 어플에서 어플 실행시키기(앱에서 앱 실행 시키기) (6) | 2011.05.25 |
---|---|
[iPhone iPad] Gesture 인식 샘플 (1) | 2011.05.24 |
[IPhone] 현재화면 캡쳐하기 (1) | 2011.05.24 |
[IPhone] [APNS] java 로 push notification server 및 클라이언트 구현하기(아이폰 푸시 서버) (1) | 2011.04.05 |
[IPhone] String -> MD5(암호) 변환 샘플 (3) | 2011.03.21 |