Popularity
0.3
Stable
Activity
0.0
Stable
6
2
0

Programming language: Swift
License: MIT License
Tags: UI     UITableView    

CKTextFieldTableCell alternatives and similar libraries

Based on the "UITableView" category.
Alternatively, view CKTextFieldTableCell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CKTextFieldTableCell or a related project?

Add another 'UITableView' Library

README

CKTextFieldTableCell

CI Status Carthage compatible Version Platform

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

@cybertk

License

CKTextFieldTableCell is available under the MIT license. See the [LICENSE](LICENSE) file for more info.


*Note that all licence references and agreements mentioned in the CKTextFieldTableCell README section above are relevant to that project's source code only.