TCDInputView for iOS
TCDInputView is an open source custom input view which is displayed when a text field becomes the first responder.
Requirements
TCDInputView requires Swift 2 and Xcode 7.0 to run.
Adding TCDInputView To Your Project
CocoaPods
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
Source Files
Add the files located in the TCDInputView
directory to your project.
Usage
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
Changelog can be viewed here.
License
TCDInputView is distributed under the MIT License.