I have a double value as 22.368511 I want to round it to 2 decimal places. i.e. it should return 22.37
How can I do that?
[label setText:@"Value: %.2f", myNumber];