HTYTextField

A UITextField with bouncy placeholder.

  • Owner: hanton/HTYTextField
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

HTYTextField

A UITextField with bouncy placeholder.

Screenshot

screenshot

Installation

CocoaPods

  • Add the dependency to your Podfile:
use_frameworks!

pod 'HTYTextField'
...
  • Run pod install to install the dependencies.

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 the header file to your view controller:
import HTYTextField

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

Requirements

  • iOS 8.0+
  • Xcode 7+
  • Swift 2+

Contributing

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

  • Fork this repo
  • Make your changes
  • Submit pull request

License

HTYTextField is released under the MIT license.

Contact

Hanton Yang (hanton.yang@gmail.com)

Main metrics

Overview
Name With Ownerhanton/HTYTextField
Primary LanguageSwift
Program languageSwift (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2015-10-29 13:45:41
Pushed At2019-11-02 23:20:50
Last Commit At2019-11-03 07:20:50
Release Count2
Last Release Name1.1 (Posted on 2015-11-03 23:49:41)
First Release Name1.0 (Posted on 2015-10-29 23:47:43)
用户参与
Stargazers Count312
Watchers Count10
Fork Count29
Commits Count21
Has Issues Enabled
Issues Count4
Issue Open Count4
Pull Requests Count3
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private