PullToRefresh
PullToRefresh copied to clipboard
Indicator not show on swipe or start refreshing
Indicator not show on swipe or start refreshing even I try custom view and it's the same thing on scrollview

let animator = Animator(refreshView: refreshView)
refresh = PullToRefresh(refreshView: refreshView, animator: animator, height: 165, position: .top)
scrollView.addPullToRefresh(refresh) {
self.updateHome()
}
Hello, could you provide me code of your Animator and refreshView ?
Then I could help
@ahmedsafadii