ZLSwipeableView
ZLSwipeableView copied to clipboard
Need a reloadData method
I would like a reloadData function like UITableView when I have finished getting data from API request, and reload the SwipeableView.
+1 Im looking a way to update Cards after fetching Data from API.
[self.swipeableView discardAllViews];
[self.swipeableView loadViewsIfNeeded];