geraldk / MaterialTextField

Material design UITextField with animated placeholder label and error message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MaterialTextField

A Material Design inspired UITextField with animated placeholder label and error message.

MaterialTextField screenshot

##Features

#####Floating placeholder label

  • Animates on focus or on text input
  • Supports attributed placeholder text with custom fonts
  • Can be turned off to use the text field with the default UITextField placeholder

#####Underline

  • Line height expands when editing
  • Set colours for default, editing and error states

#####Error message

  • Animated error message appears below the text field
  • Long error messages wrap onto multiple lines

#####IBDesignable view

  • Adjust the appearance of the text field in Interface Builder with inspectable properties

##Setup

###CocoaPods

To install via CocoaPods, add to your podfile:

pod 'MaterialTextField', '~> 0.1'

###Carthage

TBC

##Acknowledgements

I found the following libraries to be useful resources:

##License

MaterialTextField is released under the MIT license. See LICENSE for details.

About

Material design UITextField with animated placeholder label and error message

License:MIT License


Languages

Language:Objective-C 97.9%Language:Ruby 2.1%