Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdiggle/TCDInputView
TCDInputView is an open source custom input view which is displayed when a text field becomes the first responder.
https://github.com/tomdiggle/TCDInputView
Last synced: 2 months ago
JSON representation
TCDInputView is an open source custom input view which is displayed when a text field becomes the first responder.
- Host: GitHub
- URL: https://github.com/tomdiggle/TCDInputView
- Owner: tomdiggle
- License: mit
- Created: 2015-05-24T15:51:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T21:44:04.000Z (about 9 years ago)
- Last Synced: 2024-09-21T04:51:36.197Z (4 months ago)
- Language: Swift
- Homepage: tomdiggle.com
- Size: 141 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
- Changelog: Changelog.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - TCDInputView - A custom input view which is displayed when a text field becomes the first responder. (Libs / UI)
README
# 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](http://cocoapods.org/) 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](https://github.com/tomdiggle/tcdinputview/blob/master/Changelog.markdown).## License
TCDInputView is distributed under the [MIT License](https://github.com/tomdiggle/tcdinputview/blob/master/LICENSE).