ZLSwipeableView icon indicating copy to clipboard operation
ZLSwipeableView copied to clipboard

Need a reloadData method

Open andykimisgreat opened this issue 10 years ago • 2 comments

I would like a reloadData function like UITableView when I have finished getting data from API request, and reload the SwipeableView.

andykimisgreat avatar Dec 30 '15 09:12 andykimisgreat

+1 Im looking a way to update Cards after fetching Data from API.

yepesasecas avatar Jan 02 '16 22:01 yepesasecas

[self.swipeableView discardAllViews]; [self.swipeableView loadViewsIfNeeded];

rogerluan avatar Oct 11 '16 20:10 rogerluan