mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

How to assign this textfield to my tableviewcell Textfield #61

Open AnilkumarRabhasa opened 7 years ago

AnilkumarRabhasa commented 7 years ago

I am using Swift 3, and I have tableview class, inside that, I have textfield class. I tried to add this textfield, but getting crashed in following line

        setupAutocompleteTable(superview!)

and showing superview as nil

can you help me to solve this issue.

AdieOlami commented 5 years ago

Did you solve this?