I've got an UITextField and I need to allow only numbers, comma or point typing in this field.
How can I check if this string contains any character instead of these above and how can I replace/delete them?
My field will store a cost and I need only numbers, comma or point...
Can anyone help me?
Thanks!