iDev

NSInteger to NSString in Obj-C

KraZYeom 2009. 1. 14. 21:07
반응형
NSString String = [NSString stringWithFormat:@"%d", myInt];

[string intValue]     String to int
[string floatValue]  String to float

계속 되고 있는 삽질.
간단한 문법부터 너무나 다르구나.


반응형

'iDev' 카테고리의 다른 글

Hide Status Bar  (0) 2009.01.23
W-8BEN form을 E-Mail로 보내세요!  (0) 2009.01.16
[개발] iPod touch인지 iPhone 인지 구분하기  (0) 2009.01.13
drawRect: 와 setNeedsDisplay  (2) 2009.01.10
Draw Simple line on iPhone app  (0) 2009.01.07