728x90
NSNumberFormatter *numberFormatter = [[NSNumberFormatter alloc] init];
[numberFormatter setNumberStyle:NSNumberFormatterDecimalStyle];
NSString *price = [NSString stringWithFormat:@"%@원", [numberFormatter stringFromNumber:[NSNumber numberWithInt:obj.amount]]];
[numberFormatter release];
728x90
'Developer > iOS' 카테고리의 다른 글
[iOS]Touch ID 사용 가능한지 판단하는 함수. (0) | 2015.09.14 |
---|---|
[iOS]NSTimer 사용하기 (타이머) (0) | 2015.08.31 |
[iOS]주소록 가져오기 Addressbook controll by ABAddressBookRef. (0) | 2013.07.08 |
[iOS]네비게이션 숨기고 보이게하기 (0) | 2013.06.11 |
[iOS]Xcode Terminal로 commit하기. (1) | 2013.06.04 |