Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.09 KB

Readme.markdown

File metadata and controls

28 lines (20 loc) · 1.09 KB

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.

  1. Add a pod entry for TCDInputView to your Podfile pod 'TCDInputView', '~> 0.1.0'.
  2. Install the pod(s) by running pod install.
  3. ...
  4. 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.