CKTextFieldTableCell
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
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. 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
License
CKTextFieldTableCell is available under the MIT license. See the LICENSE file for more info.