Open ahmedsafadii opened 4 years ago
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
Animator
refreshView
@ahmedsafadii
Indicator not show on swipe or start refreshing even I try custom view and it's the same thing on scrollview