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.
- Host: GitHub
- URL: https://github.com/daniel-beard/afgpasswordtextfield
- Owner: daniel-beard
- Created: 2013-02-08T06:15:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-11T00:04:43.000Z (over 13 years ago)
- Last Synced: 2025-03-31T01:51:15.578Z (about 1 year ago)
- Language: Objective-C
- Size: 118 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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)