print the string is using [NSString stringWithFormat:@"%@", @"String"];
if I want to print integer, I just use %i, what should I do to print a short type? thank you.
print the string is using [NSString stringWithFormat:@"%@", @"String"];
if I want to print integer, I just use %i, what should I do to print a short type? thank you.