You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
JVFloatLabeledTextField
2
2
=======================
3
3
4
-
UITextField subclass with placeholders that change into floating labels when the field is populated with text.
4
+
`UITextField` subclass with placeholders that change into floating labels when the field is populated with text.
5
5
6
-
Currently, JVFloatLabeledTextField used alone is iOS 6+, but JVFloatLabeledTextView requires iOS 7 due to the use of UITextView's textContainer. I would welcome pull requests to make JVFloatLabeledTextView iOS 6 compatible.
6
+
Currently, JVFloatLabeledTextField used alone is iOS 6+, but JVFloatLabeledTextView requires iOS 7 due to the use of UITextView's `textContainer`. I would welcome pull requests to make JVFloatLabeledTextView iOS 6 compatible.
7
7
8
8
Credits for the concept to Matt D. Smith ([@mds](http://www.twitter.com/mds)), and his original design:
0 commit comments