I am working with a UITextField
and numerical input. I need to determine how many characters there are AFTER a specific character(.). Is this possible with NSString
methods at all, if so How? I have tried using the shouldReplaceCharacters
: method without much success.
Thanks, Virindh Borra