Skip to content

Maru-zhang/MARLimitable

Repository files navigation

MARLimitable

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

MARLimitable Category is easy to use, you just need to set maxLength property with the value you wanted.It's done,have fun guys!

UITextField *textField = [[UITextField alloc] initWithFrame:CGRectMake(0, 0, 100, 50)];
textField.maxLength = 20;

Installation

MARLimitable is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MARLimitable"

Author

Maru-zhang, maru-zhang@foxmail.com

License

MARLimitable is available under the MIT license. See the LICENSE file for more info.

About

A tiny and legant category for UITextField to make it limitable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published