AFGPasswordTextField icon indicating copy to clipboard operation
AFGPasswordTextField copied to clipboard

An iOS UITextField subclass to be used for password input that doesn't display the clear text characters as you type them. All input is masked.

AFGPasswordTextField

An iOS UITextField subclass to be used for password input that doesn't display the clear text characters as you type them. All input is masked. This control has the option of replacing the mask characters with any unicode character.

The AFGPasswordTextFieldDelegate protocol is API compatible with the UITextFieldDelegate. Ue the passwordText property to access the password string.

Imgur

See a video of it in action here: Video

This control is released under the MIT license

Daniel Beard 2013

http://danielbeard.wordpress.com