Edit readme

This commit is contained in:
Ivan Zinovyev 2016-12-20 18:24:24 +03:00
parent 5dcea5e0e1
commit 0117bb73e1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ end
``` ```
## Usage ## Usage
Set height of UIView to 50. Create IBOutlet: Set height of UIView to 50 (optionally, to make UIAnimatedTextField look pretty). Create IBOutlet:
```swift ```swift
@IBOutlet weak var textField: UIAnimatedTextField! @IBOutlet weak var textField: UIAnimatedTextField!
``` ```