Skip to content

SolsmaHawk/SDFancyTextField

Repository files navigation

SDFancyTextField

CI Status Version License Platform

Description

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 😎).

Example

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

Requirements

Swift 4

Installation

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

pod 'SDFancyTextField'

How to use

Interface Builder

The easiest way to create a SDFancyTextField is to drag and drop a UIView in interface builder and set its class to SDFancyTextField.

Author

John Solsma (Solsma Dev Inc.), solsma@me.com

License

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

About

A fancy, animated, IBDesignable, text field with automated validation built-in

Resources

License

Stars

Watchers

Forks

Packages

No packages published