(int) int 를 NSString 으로 : [NSString stringWithFormat:@"%d", int];

(NSString )string 을 int 형으로 : [string intValue];

 

'iOS' 카테고리의 다른 글

iOS 7 Design Resources PDF 입니다.  (0) 2013.06.11
iOS 7 beta for Developers  (0) 2013.06.11
[apple]iOS 6.1 Xcode 4.6 업데이트  (0) 2013.01.29

 

+ Recent posts