작성일자 2019년 9월 10일 글쓴이 thkmon[iOS] int to NSString [iOS] int to NSString int i = 10; NSString *str = [NSString stringWithFormat:@”%d”, i];