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

离开当前界面也会触发刷新 #185

Open txdx opened 4 years ago

txdx commented 4 years ago

离开当前界面也会触发刷新

AndyZhang89 commented 4 years ago

me too . so i choose another lib 😂

AndyZhang89 commented 4 years ago

用继承UITableViewController的子类绘制列表UI,需要设置以下代码,返回就不会触发了 self.navigationController?.navigationBar.isTranslucent = false