From f4ba29f2e77e68d9d51498e6b1615d9e6e1da56b Mon Sep 17 00:00:00 2001 From: Harout Grigoryan Date: Wed, 12 Feb 2020 17:15:33 -0800 Subject: [PATCH] Configure pull to refresh --- Sources/ASCollectionView/ASTableView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/ASCollectionView/ASTableView.swift b/Sources/ASCollectionView/ASTableView.swift index d9fc545..752be17 100644 --- a/Sources/ASCollectionView/ASTableView.swift +++ b/Sources/ASCollectionView/ASTableView.swift @@ -127,6 +127,7 @@ public struct ASTableView: UIViewControllerRepresentable context.coordinator.parent = self updateTableViewSettings(tableViewController.tableView) context.coordinator.updateContent(tableViewController.tableView, animated: animateOnDataRefresh, refreshExistingCells: true) + context.coordinator.configureRefreshControl(for: tableViewController.tableView) } func updateTableViewSettings(_ tableView: UITableView)