SKFormTextField is a custom UIControl which has additional action buttons, description texts and validation to extend UITextField functionality.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Deployment target >= iOS 8.0, Xcode version 7.2 (didn't test on previous versions)
SKFormTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SKFormTextField"
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];
Shyngys Kassymov, [email protected]
SKFormTextField is available under the MIT license. See the LICENSE file for more info.