How to convert NSNumber to NSString

Try:

NSString *myString = [NSNumber stringValue];

Leave a Comment