issues
search
mnbayan
/
AutocompleteTextfieldSwift
Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290
stars
66
forks
source link
Configure cell
#39
Open
KenziTrader
opened
8 years ago
KenziTrader
commented
8 years ago
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.
This PR has two features:
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.