We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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() }
The text was updated successfully, but these errors were encountered:
Hello, could you provide me code of your Animator and refreshView ? Then I could help
Animator
refreshView
Sorry, something went wrong.
@ahmedsafadii
sergey-prikhodko
No branches or pull requests
Indicator not show on swipe or start refreshing even I try custom view and it's the same thing
on scrollview
The text was updated successfully, but these errors were encountered: