Skip to content

cybertk/CKTextFieldTableCell

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published