MHTextField

UITextField 扩展,内置工具栏,支持验证和滚动。「UITextField extension with built-in toolbar, validation and scrolling support.」

Github星跟踪图

#MHTextField Build Status
MHTextField is an iOS drop-in class that extends UITextField with built-in toolbar, validation and scrolling support.

##Requirements
MHTextField works on iOS 5 and above and is compatible with ARC projects. It depends on the following Apple frameworks:

  • Foundation.framework
  • UIKit.framework

##Including MHTextField to your project

Source files

You can directly add the MHTextField.h and MHTextField.m source files to your project.

  1. Download the latest zip from github or clone the source in your desired directory.
  2. Open your project in Xcode, then drag and drop MHTextField.h and MHTextField.m onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
  3. Include MHTextField with #import "MHTextField.h".

CocoaPods

CocoaPods is the recommended way to add MHTextField to your project.

  1. Add a pod entry for MHTextField to your Podfile pod 'MHTextField', '~> 0.5'
  2. Install the pod(s) by running pod install.
  3. Include MHTextField with #import "MHTextField.h".

License

This code is distributed under the terms and conditions of the MIT license.

主要指标

概览
名称与所有者mehfuzh/MHTextField
主编程语言Objective-C
编程语言Objective-C (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2013-12-03 18:44:34
推送于2016-04-07 17:04:28
最后一次提交2016-04-07 09:40:20
发布数7
最新版本名称0.6 (发布于 )
第一版名称0.0.1 (发布于 2013-12-07 00:38:22)
用户参与
星数532
关注者数21
派生数66
提交数91
已启用问题?
问题数19
打开的问题数6
拉请求数10
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?