CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

EcpTextField 0.0.2

EcpTextField 0.0.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Keita Arai.



EcpTextField

Custom UITextField subslasses.

Installation

You can install via CocoaPods

# required Swift 3.0
pod 'EcpTextField'

Usage

NoCaretTextField

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.