TDInputView is an open source custom input view which is displayed when a text field becomes the first responder.
TDInputView is written in Objective-C and requires Xcode 7.0 to run. A Swift version is available here.
CocoaPods is the recommended way to add TDInputView to your project.
- Add a pod entry for TDInputView to your Podfile
pod 'TDInputView', '~> 0.1.0'
. - Install the pod(s) by running pod install.
- ...
- Profit
Add the files located in the TDInputView
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 TDTextField
. For further information see the demo.
The changelog can be viewed here.
TDInputView is distributed under the MIT License.