Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/CKTextFieldTableCell
UITableViewCell drop-in replacement with support of UITextField
https://github.com/cybertk/CKTextFieldTableCell
Last synced: 7 days ago
JSON representation
UITableViewCell drop-in replacement with support of UITextField
- Host: GitHub
- URL: https://github.com/cybertk/CKTextFieldTableCell
- Owner: cybertk
- License: mit
- Created: 2015-09-03T13:49:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T16:47:30.000Z (about 9 years ago)
- Last Synced: 2024-08-01T19:32:52.313Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 195 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - CKTextFieldTableCell - UITableViewCell drop-in replacement with support of UITextField. (Libs / UI)
README
# CKTextFieldTableCell
[![CI Status](http://img.shields.io/travis/cybertk/CKTextFieldTableCell.svg?style=flat)](https://travis-ci.org/cybertk/CKTextFieldTableCell)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/CKTextFieldTableCell.svg?style=flat)](http://cocoapods.org/pods/CKTextFieldTableCell)
[![Platform](https://img.shields.io/cocoapods/p/CKTextFieldTableCell.svg?style=flat)](http://cocoapods.org/pods/CKTextFieldTableCell)## Getting started
CKTextFieldTableCell is designed to used in [Interface Builder](https://developer.apple.com/xcode/interface-builder/) as a drop-in replacement of UITableViewCell with support of UITextField.
First, set **Custom Class** of **Table View Cell** to `CKTextFieldTableCell`
Update **Style** of **Table View Cell** to `Basic`
Add a **Text Field** into **Content View** of **Table View Cell** and connect it `textField` **Outlet**
Then you get CKTextFieldTableCell, you can also run the example project, by cloning the repo, and open `Example` target within Xcode.
## Requirements
- iOS 8.0 and above
- Xcode 7.0 and above## Installation
### Carthage
CKTextFieldTableCell is available through [Carthage](https://github.com/carthage/carthage). To install it, simply add the following line to your Cartfile:
```
github "cybertk/CKTextFieldTableCell"
```### Cocoapods
CKTextFieldTableCell is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "CKTextFieldTableCell"
```## Author
[@cybertk](https://github.com/cybertk)
## License
CKTextFieldTableCell is available under the MIT license. See the [LICENSE](LICENSE) file for more info.