I have a UITextField that when clicked brings up a number pad with a decimal point in the bottom left. I am trying to limit the field so that a user can only place 1 decimal
Short told, the number format is as follows [NSString stringWithFormat:@"%9.5f", x]; Where 5 is the decimal after ",".
[NSString stringWithFormat:@"%9.5f", x];