Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Sharp committed Nov 10, 2015
1 parent e319c34 commit fc75c58
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,26 @@ A [Material Design](https://www.google.com/design/spec/components/text-fields.ht

##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 iOS placeholder
- Text field underline
- Line height expands when editing
- Customize colour 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 your text field in Interface Builder with inspectable properties
#####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 iOS placeholder

#####Underline

- Line height expands when editing
- Customize colour 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 your text field in Interface Builder with inspectable properties

##Setup

Expand All @@ -33,7 +41,7 @@ TBC

##Acknowledgements

I found the following libraries to be useful references when creating MaterialTextField:
I found the following libraries to be useful resources:

- [MaterialKit](https://github.com/nghialv/MaterialKit)
- [JVFloatLabeledTextField](https://github.com/jverdi/JVFloatLabeledTextField)
Expand Down

0 comments on commit fc75c58

Please sign in to comment.