int someInt = 368; char str[12]; sprintf(str, "%d", someInt);
NSString* myNewString = [NSString stringWithFormat:@"%d", myInt];