Posted By

code4mac on 11/13/12


Tagged

int nsstring


Versions (?)

int to NSString


 / Published in: Objective C
 

convert int to NSString

  1. int = 100;
  2. NSString *intString = [NSString stringWithFormat:@"%i", int];

Report this snippet  

You need to login to post a comment.