SDFancyTextField is a UIView subclass that replicates the functionality of a UITextField with many added features including automated field-validation and unique animations. UITextField has always been a little… plain. With SDFancyTextField you can easily add an interactive textfield in code or using interface builder. Using interface builder, an SDFancyTextField can be placed in your view and entirely customized within IB. In only a couple lines of code you can have the textfield setup to automatically validate and organize textfields into forms that can be validated all at once (all with fancy animations 😎).
To run the example project, clone the repo, and run pod install
from the Example directory first.
Swift 4
SDFancyTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SDFancyTextField'
The easiest way to create a SDFancyTextField
is to drag and drop a UIView
in interface builder and set its class to SDFancyTextField
.
John Solsma (Solsma Dev Inc.), [email protected]
SDFancyTextField is available under the MIT license. See the LICENSE file for more info.