Home

Awesome

B68FloatingLabelTextField

Swift implementation of the Float Label Design Pattern by Matt D. Smith as a sub call from UITextField

Implementing an input field for a device with limited screen estate is challenging. Matt has developed an pattern for combining a placeholder text wit a floating label if needed.

Floating Label Animation Example

I implemented the pattern in SWIFT and enabled some of the internal propertiers in Xcode 6 Interface Builder (see screenshot)

Screenshot

####Exposed Properties

Installation

Manual

Just clone and add B68UIFloatLabelTextField.swift to your project.

CocoaPods

pod 'B68UIFloatLabelTextField', '~> 0.1.0'
use_frameworks! 

####Requirements

####License MIT

Based on the Objectiv-C implementations from: