Yalantis / PullToRefresh

This component implements pure pull-to-refresh logic and you can use it for developing your own pull-to-refresh animations
https://yalantis.com
MIT License
1.26k stars 206 forks source link

Indicator not show on swipe or start refreshing #121

Open ahmedsafadii opened 4 years ago

ahmedsafadii commented 4 years ago

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 commented 4 years ago

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

sergey-prikhodko commented 4 years ago

@ahmedsafadii