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.83k stars 251 forks source link

加载更多会重复调用 #122

Open gtgg opened 6 years ago

gtgg commented 6 years ago

self.tableView.tableHeaderView = self.searchController.searchBar 的时候加载更多会重复调用

gtgg commented 6 years ago
    self.estimatedRowHeight = 0;
    self.estimatedSectionHeaderHeight = 0;
    self.estimatedSectionFooterHeight = 0;

解决问题