Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)

screen shot 1

## 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`

figure-step-1

Update **Style** of **Table View Cell** to `Basic`

figure-step-2

Add a **Text Field** into **Content View** of **Table View Cell** and connect it `textField` **Outlet**

figure-step-3

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.