Latest | 0.3.0 |
---|---|
Homepage | https://github.com/doublerebel/CTLInsetTextField |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
[](https://travis-ci.org/Charles Phillips/CTLInsetTextField)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CTLInsetTextField is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "CTLInsetTextField"
Author
Charles Phillips, [email protected]
License
CTLInsetTextField is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CTLInsetTextField", "version": "0.3.0", "summary": "A simple UITextField subclass that adds padding insets", "description": " A simple UITextField subclass that adds padding insets. Inspired by IPInsetLabel.n", "homepage": "https://github.com/doublerebel/CTLInsetTextField", "license": "MIT", "authors": { "Charles Phillips": "[email protected]" }, "source": { "git": "https://github.com/doublerebel/CTLInsetTextField.git", "tag": "0.3.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes", "resource_bundles": { "CTLInsetTextField": [ "Pod/Assets/*.png" ] } }
Sun, 06 Mar 2016 23:09:03 +0000