HTYTextField

A UITextField with bouncy placeholder.

  • 所有者: hanton/HTYTextField
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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)

主要指标

概览
名称与所有者hanton/HTYTextField
主编程语言Swift
编程语言Swift (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2015-10-29 13:45:41
推送于2019-11-02 23:20:50
最后一次提交2019-11-03 07:20:50
发布数2
最新版本名称1.1 (发布于 2015-11-03 23:49:41)
第一版名称1.0 (发布于 2015-10-29 23:47:43)
用户参与
星数312
关注者数10
派生数29
提交数21
已启用问题?
问题数4
打开的问题数4
拉请求数3
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?