From 0117bb73e174809d9974404588143d13103e0dac Mon Sep 17 00:00:00 2001 From: Ivan Zinovyev Date: Tue, 20 Dec 2016 18:24:24 +0300 Subject: [PATCH] Edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2955596..af885cc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ end ``` ## Usage -Set height of UIView to 50. Create IBOutlet: +Set height of UIView to 50 (optionally, to make UIAnimatedTextField look pretty). Create IBOutlet: ```swift @IBOutlet weak var textField: UIAnimatedTextField! ```