Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.62 KB

SKFormTextField

CI Status Version License Platform

Description

SKFormTextField is a custom UIControl which has additional action buttons, description texts and validation to extend UITextField functionality.

Usage

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

Requirements

Deployment target >= iOS 8.0, Xcode version 7.2 (didn't test on previous versions)

Installation

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

pod "SKFormTextField"

Customization

You can specify own styling to all instances of SKFormTextField. For example:

[SKFormTextField appearance].lineActiveColor = [UIColor appGreenColor];
[SKFormTextField appearance].descriptionActiveColor = [UIColor appGreenColor];
[SKFormTextField appearance].lineErrorColor = [UIColor appRedColor];
[SKFormTextField appearance].descriptionErrorColor = [UIColor appRedColor];

Author

Shyngys Kassymov, [email protected]

License

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