AutocompleteTextfieldSwift icon indicating copy to clipboard operation
AutocompleteTextfieldSwift copied to clipboard

How to assign this textfield to my tableviewcell Textfield

Open AnilkumarRabhasa opened this issue 6 years ago • 1 comments

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.

AnilkumarRabhasa avatar Sep 15 '17 10:09 AnilkumarRabhasa