If you just need an int to a string as you suggest, I’ve found the easiest way is to do as below:
[NSString stringWithFormat:@"%d",numberYouAreTryingToConvert]
If you just need an int to a string as you suggest, I’ve found the easiest way is to do as below:
[NSString stringWithFormat:@"%d",numberYouAreTryingToConvert]