cybertk / CKTextFieldTableCell

UITableViewCell drop-in replacement with support of UITextField

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKTextFieldTableCell

CI Status Carthage compatible Version Platform

screen shot 1

Getting started

CKTextFieldTableCell is designed to used in 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. To install it, simply add the following line to your Cartfile:

github "cybertk/CKTextFieldTableCell"

Cocoapods

CKTextFieldTableCell is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CKTextFieldTableCell"

Author

@cybertk

License

CKTextFieldTableCell is available under the MIT license. See the LICENSE file for more info.

About

UITableViewCell drop-in replacement with support of UITextField

License:MIT License


Languages

Language:Swift 53.1%Language:Ruby 18.3%Language:Shell 15.1%Language:Makefile 8.4%Language:C++ 5.0%