mnbayan / AutocompleteTextfieldSwift

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

subclass into uiview #24

Closed mn288 closed 8 years ago

mn288 commented 8 years ago

Hello!

  1. subclass autocompletetextfield in uiview class
  2. use no nib, just instantiate and use from the frame
  3. voila table unresponsive and cant select values; although can type and return result<STILL TABLE UNRESPONSive; meaning cant click or do anything.. >

any help?

mn288 commented 8 years ago

solved it by passing the view of the instance when initialising