Closed sebbo176 closed 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.
scrollToRow
reloadData()
Thanks! I'll release this as 1.2.3.
1.2.3
We had some crashes on iPad mini 2 with
scrollToRow
. It can be avoided by doing areloadData()
. Since the itemsTableView is not accessible from outside Sheeeeeeet I had to add the reload in the extension method.