Edit read
This commit is contained in:
parent
61efe9044b
commit
0c72961320
|
|
@ -39,6 +39,8 @@ In order to use UIAnimatedTextField for password input, specify its type as .pas
|
|||
textField.type = .password
|
||||
```
|
||||
|
||||
<img src="https://raw.githubusercontent.com/iznv/UIAnimatedTextField/master/UIAnimatedTextField/Screenshots/password.png" width="300">
|
||||
|
||||
### 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.
|
||||
<img src="https://raw.githubusercontent.com/iznv/UIAnimatedTextField/master/UIAnimatedTextField/Screenshots/date.png" width="300">
|
||||
|
||||
## License
|
||||
Copyright (c) 2016 Touch Instinct
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue