UIDropDown icon indicating copy to clipboard operation
UIDropDown copied to clipboard

Possible crash to assign tableView properties before calling `showTable`

Open yoon-boom opened this issue 7 years ago • 1 comments

First of all, thank you for providing great dropdown API. I have noticed that the tableview being allocated and inserted every time showTable() being called. Inserting view could be potentially heavy lifting, how about allocate instance once in the setup() and use the UIView's hide property? Also, by fixing this, API callee can access tableview's properties (currently bug) such as background color, layer border width, etc before even it being displays.

yoon-boom avatar Sep 14 '17 22:09 yoon-boom

I'm glad you like it!. I'll check it out your pull request and merge it after review it.

igongora avatar Sep 18 '17 20:09 igongora