Skip to content

Commit fc75c58

Browse files
author
Stephanie Sharp
committed
Update README
1 parent e319c34 commit fc75c58

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

README.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -33,7 +41,7 @@ TBC
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

Comments
 (0)