Objetivo c converter int para string

NSString* myNewString = [NSString stringWithFormat:@"%d", myInt];
Mobile Star