Skip to content
New issue

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 #121

Open
ahmedsafadii opened this issue May 25, 2020 · 2 comments
Open

Indicator not show on swipe or start refreshing #121

ahmedsafadii opened this issue May 25, 2020 · 2 comments

Comments

@ahmedsafadii
Copy link

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

Simulator Screen Shot - iPhone SE - 2020-05-25 at 15 31 22

        let animator = Animator(refreshView: refreshView)
        refresh = PullToRefresh(refreshView: refreshView, animator: animator, height: 165, position: .top)
        
        scrollView.addPullToRefresh(refresh) {
            self.updateHome()
        }
@sergey-prikhodko
Copy link
Contributor

Hello, could you provide me code of your Animator and refreshView ?
Then I could help

@sergey-prikhodko
Copy link
Contributor

@ahmedsafadii

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants