SKFormTextField 0.2.3

SKFormTextField 0.2.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2016

Maintained by Shyngys Kassymov.



  • By
  • Shyngys Kassymov

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.