danielsaidi / Sheeeeeeeeet

Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
MIT License
1.74k stars 111 forks source link

Add reload data before scrollToRow to avoid craches on iPad Mini 2 #69

Closed sebbo176 closed 5 years ago

sebbo176 commented 5 years ago

We had some crashes on iPad mini 2 with scrollToRow. It can be avoided by doing a reloadData(). Since the itemsTableView is not accessible from outside Sheeeeeeet I had to add the reload in the extension method.

danielsaidi commented 5 years ago

Thanks! I'll release this as 1.2.3.