AutocompleteTextfieldSwift
AutocompleteTextfieldSwift copied to clipboard
Configure cell
This PR has two features:
- Add a podspec-file to use with CocoaPods
- Add a
configureCell
callback to allow complete configuration of the table cell For example I use it to create a two-column cell for stock ticker symbols. The first column is the ticker symbol and the second column is the company name.