An open API service indexing awesome lists of open source software.

https://github.com/daniel-beard/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.
https://github.com/daniel-beard/afgpasswordtextfield

Last synced: 9 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

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](http://i.imgur.com/rOmV6zA.gif)

See a video of it in action here: [Video](http://www.youtube.com/watch?v=BusdVZ6acQc)

This control is released under the [MIT license](http://opensource.org/licenses/mit-license.php)

Daniel Beard 2013

[http://danielbeard.wordpress.com](http://danielbeard.wordpress.com)