batikansosun / SecureTextField

A beautiful TextField with hides the password and enforce good password policies. Written in Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SecureTextField

A beautiful TextField with hides the password and enforce good password policies. Written in Objective-C

⭐ Features

  • Custom bottom line in IB or programmatically.
  • Custom circle width/height in IB or programmatically.
  • Custom circle fill/empty/border color in IB or programmatically.
  • Set number of circle in IB or programmatically.

:octocat: Installation 🤘 Usage


  • Download and drop /SecureTextField folder in your project.
  • #import "SecureTextField.h"
  • Extend textfield from SecureTextField
  • Create new SecureTextField
  • Set dynamic features
  • Congratulations!(If you still don't understand, you can look at the sample file.)

License

PasswordTextField is released under the MIT license. See LICENSE for details.

About

A beautiful TextField with hides the password and enforce good password policies. Written in Objective-C

License:MIT License


Languages

Language:Objective-C 100.0%