Home

Awesome

HTYTextField

A UITextField with bouncy placeholder.

Screenshot

screenshot

Installation

CocoaPods

use_frameworks!

pod 'HTYTextField'
...

Source files

Just clone this repository or download it in zip-file. Then you will find source files under HTYTextField directory. Copy them to your project.

Usage

import HTYTextField

@IBOutlet weak var emailTextField: HTYTextField!
@IBOutlet weak var passwordTextField: HTYTextField!
  
emailTextField.rightPlaceholder = "xxx@xxx.xx"
passwordTextField.rightPlaceholder = "6~12 digits"

Requirements

Contributing

Anyone who would like to contribute to the project is more than welcome.

License

HTYTextField is released under the MIT license.

Contact

Hanton Yang (hanton.yang@gmail.com)