Skip to content

Commit

Permalink
Merge pull request #24 from AndrewSB/patch-1
Browse files Browse the repository at this point in the history
README typo: teh -> the
  • Loading branch information
gergelyorosz committed Apr 9, 2016
2 parents 02d6b71 + a587457 commit 739843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ self.view.addSubview(textField)

### Colors

To customize the colors of the textfield, set a few properties - either from code, or from Interface builder. To use a textfield with an icon, utilize the `SkyFloatingLabelTextFieldWithIcon` class (and bundle the font class with your app). This example will change colors for the textfield on teh right:
To customize the colors of the textfield, set a few properties - either from code, or from Interface builder. To use a textfield with an icon, utilize the `SkyFloatingLabelTextFieldWithIcon` class (and bundle the font class with your app). This example will change colors for the textfield on the right:

![](/SkyFloatingLabelTextField/images/example-2.gif)

Expand Down

0 comments on commit 739843a

Please sign in to comment.