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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?