converting numbers to strings in objective-c code example
Example: objective c convert int to string
NSString* myNewString = [NSString stringWithFormat:@"%d", myInt];
NSString* myNewString = [NSString stringWithFormat:@"%d", myInt];