I have a CGFloat value which I want to round to 3 digits after the decimal point. How should I do this?
Thanks.
NSString *value = [NSString stringWithFormat:@"%.3f", theFloat];