CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Keita Arai.
Custom UITextField subslasses.
You can install via CocoaPods
# required Swift 3.0
pod 'EcpTextField'You can use this class by simply replacing UITextField to NoCaretTextField
This class hide caret and disable paste function. It is useful when you use some picker view as inputView.