I have a UITextField
to enter a credit card number.
When a user types the creditcard number it should be displayed as X for the first 12 digits and the last 4 digits should display the orginal value.
Eg:XXXX XXXX XXXX 4159
How can I do this ?
I have a UITextField
to enter a credit card number.
When a user types the creditcard number it should be displayed as X for the first 12 digits and the last 4 digits should display the orginal value.
Eg:XXXX XXXX XXXX 4159
How can I do this ?