Disable preview secure text entry UITextField

Viewed 772

When an entry is made in into an UITextField, that has secure text entry enabled. The last character that is input is given a short preview for a second or so.

I want to disable that as well. Thus, as soon as a character is entered the black dot appears without the preview.

1 Answers
Related