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)