@@ -6,18 +6,26 @@ A [Material Design](https://www.google.com/design/spec/components/text-fields.ht
66
77##Features
88
9- - Floating placeholder label
10- - Animates on focus or on text input
11- - Supports attributed placeholder text with custom fonts
12- - Can be turned off to use the text field with the default iOS placeholder
13- - Text field underline
14- - Line height expands when editing
15- - Customize colour for default, editing and error states
16- - Error message
17- - Animated error message appears below the text field
18- - Long error messages wrap onto multiple lines
19- - IBDesignable view
20- - Adjust the appearance of your text field in Interface Builder with inspectable properties
9+ #####Floating placeholder label
10+
11+ - Animates on focus or on text input
12+ - Supports attributed placeholder text with custom fonts
13+ - Can be turned off to use the text field with the default iOS placeholder
14+
15+ #####Underline
16+
17+ - Line height expands when editing
18+ - Customize colour for default, editing and error states
19+
20+ #####Error message
21+
22+ - Animated error message appears below the text field
23+ - Long error messages wrap onto multiple lines
24+
25+
26+ #####IBDesignable view
27+
28+ - Adjust the appearance of your text field in Interface Builder with inspectable properties
2129
2230##Setup
2331
3341
3442##Acknowledgements
3543
36- I found the following libraries to be useful references when creating MaterialTextField :
44+ I found the following libraries to be useful resources :
3745
3846- [ MaterialKit] ( https://github.com/nghialv/MaterialKit )
3947- [ JVFloatLabeledTextField] ( https://github.com/jverdi/JVFloatLabeledTextField )
0 commit comments