[iOS] int to NSString

[iOS] int to NSString

int i = 10;

NSString *str = [NSString stringWithFormat:@”%d”, i];