eggswift / pull-to-refresh

#Busy Re-Building....# An easy way to use pull to refresh and infinite scrolling in Swift. Pod 'ESPullToRefresh'
MIT License
1.82k stars 252 forks source link

Pull to refresh action block is calling multiple times! #127

Open hemangshah opened 6 years ago

hemangshah commented 6 years ago
        self.tblView.es.addPullToRefresh {
            [unowned self] in
            //this will call 3 times.
        }
arvincong commented 6 years ago

addInfiniteScrolling 一进去就执行