CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2016 |
Maintained by Mehfuz Hossain.
MHTextField is an iOS drop-in class that extends UITextField with built-in toolbar, validation and scrolling support.
MHTextField works on iOS 5 and above and is compatible with ARC projects. It depends on the following Apple frameworks:
You can directly add the MHTextField.h
and MHTextField.m
source files to your project.
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. #import "MHTextField.h"
.This code is distributed under the terms and conditions of the MIT license.