You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Library is working fine, however I can't found any way to call a reloadData. I have some asynchronous calls that may change my dataSource and I need the swipe view to reload accordingly
Any ideas?
The text was updated successfully, but these errors were encountered:
In the calculate method found in HFSwipeView.swift, add at the end a collectionView.reloadData(). When the asynchronous call finish, the only thing to do is a yourSwipeView.layoutSubviews(). This forces the calculate method again, recalculating the collectionView.
I've added reloadData() in develop branch, but I'm planning to replace whole logic to do same thing more efficient way. But I can't say when to start it by now. T_T
Hi. Library is working fine, however I can't found any way to call a reloadData. I have some asynchronous calls that may change my dataSource and I need the swipe view to reload accordingly
Any ideas?
The text was updated successfully, but these errors were encountered: