본문 바로가기

개발도구/iOS - 아이폰 개발

[아이폰] 숫자형 -> 문자형으로 변환

iphone - NSString *string = [NSString stringWithFormat:@"%d", int형변수);