Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 652 Bytes

readme.md

File metadata and controls

25 lines (21 loc) · 652 Bytes

FloatLabelTextField

Fancy TextFields with floating labels and error messages.

Install

# Podfile
pod 'FloatLabelTextField', '~> 1.0.3'

Example

Single Input

FloatLabelTextField-demo

Combine Multiple Inputs

FloatLabelTextField-form-demo

Usage

...
let firstNameInput = FloatLabelTextField(label: "First name", placeholder: "First name")
view.addSubview(firstNameInput)
...

License

MIT © Joe Gesualdo