mnbayan / AutocompleteTextfieldSwift

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

Wrong place into the frame #43

Closed ignacio-chiazzo closed 7 years ago

ignacio-chiazzo commented 8 years ago

The function setupAutocompleteTable is not calculating the right place. I pass a subview that is into a subview, and the frame is calculated improperly, I had to overwrite the function in order to fix this issue.

Is there an update to that fix? If not when I finish I will submit my solution.

omerbas92 commented 8 years ago

Could you fix it? I have same problem too.

b-e-r-t-o commented 8 years ago

@ignacio-chiazzo any updates?

ignacio-chiazzo commented 8 years ago

@omerbas92 @b-e-r-t-o I am busy now, I'll do it ASAIC.

suyashb734 commented 8 years ago

Remove the code that is in awakefromnib, override the method layoutSubviews and put it there - it then works

ignacio-chiazzo commented 7 years ago

Closing this,