블로그 이미지
서비
나의 삶을 디자인 한다.

calendar

      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      

Notice

2010/07/28 12:52 Code Library/Objective C
int -> NSNumer
NSNumber *anotherNum = [NSNumber numberWithInt: 5];
count = [NSNumber numberWithInt: [count intValue] + 2];
count = [NSNumber numberWithInt: [count intValue] + [anotherNum intValue];

비교문
if([count intValue] == 10) -> true

NSNumber -> int
NSNumber *count=[NSNumber numberWithInt:3];
posted by 서비
prev 1 2 3 4 5 6 7 8 9 ... 15 next