diff --git a/README.md b/README.md index 85fbcda..f891eeb 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ In order to use UIAnimatedTextField for password input, specify its type as .pas textField.type = .password ``` + + ### Date type In order to use UIAnimatedTextField for date input, specify its type as .date ```swift @@ -52,9 +54,7 @@ textField.doneTitle = "Ok" textField.dateFormat = "dd MMMM YYYY" ``` -## Example - -To run the example project, clone the repo, and run `pod install` from the Example directory first. + ## License Copyright (c) 2016 Touch Instinct diff --git a/UIAnimatedTextField/Screenshots/date.png b/UIAnimatedTextField/Screenshots/date.png new file mode 100644 index 0000000..25d72ce Binary files /dev/null and b/UIAnimatedTextField/Screenshots/date.png differ diff --git a/UIAnimatedTextField/Screenshots/password.png b/UIAnimatedTextField/Screenshots/password.png new file mode 100644 index 0000000..c53eca7 Binary files /dev/null and b/UIAnimatedTextField/Screenshots/password.png differ diff --git a/UIAnimatedTextField/Screenshots/simple2.png b/UIAnimatedTextField/Screenshots/simple2.png index 5d24da2..100a06c 100644 Binary files a/UIAnimatedTextField/Screenshots/simple2.png and b/UIAnimatedTextField/Screenshots/simple2.png differ