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

cell使用约束时,addInfiniteScrolling无限次调用. #160

Closed xclidongbo closed 5 years ago

xclidongbo commented 5 years ago
separatorStyle = .none
estimatedRowHeight = 44
rowHeight = UITableView.automaticDimension

tableView.es.addPullToRefresh {
            [unowned self] in
            self.requestForHistory(1)

        }
        tableView.es.addInfiniteScrolling {
            [unowned self] in
            self.requestForHistory(1)
        }