I have several UITextFields in which the user can enter numbers representing money. I want to enable the user to only type in the digits zero through nine and the decimal point (a comma or a period).
How can I filter-out the characters that aren't allowed to be part of a currency string?
-- Kaydell
How can I filter-out the characters that aren't allowed to be part of a currency string?
-- Kaydell