Skip to content

chika-kasymov/SKFormTextField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, chika.kasymov@gmail.com

License

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

About

Custom UITextField/UITextView container with form validation, description texts and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published