TCDInputView is an open source custom input view which is displayed when a text field becomes the first responder.
TCDInputView requires Swift 2 and Xcode 7.0 to run.
CocoaPods is the recommended way to add TCDInputView to your project.
- Add a pod entry for TCDInputView to your Podfile
pod 'TCDInputView', '~> 0.1.0'
. - Install the pod(s) by running pod install.
- ...
- Profit
Add the files located in the TCDInputView
directory to your project.
To display the custom input view when a text field becomes the first responder make sure the text field is a subclass of TextField
. For further information see the demo.
Changelog can be viewed here.
TCDInputView is distributed under the MIT License.