apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 253 forks source link

Using SearchTextField in a tableview Cell #157

Open raphaels17 opened 5 years ago

raphaels17 commented 5 years ago

Hi

I am trying to use the SearchTextField in a tableView Cell, Simply nothing happens. Is there anything I am missing to set to ensure the cell respond to the input ?

Regards