pull-to-refresh
pull-to-refresh copied to clipboard
ios11 loop
I just switch to ios11 on my simulator and phone and pull to refresh now creates a loop that keeps calling es_addPullToRefresh callback continuously.
Screenshot

I'm experiencing issue like that, but
tableView.es_addPullToRefresh { [unowned self] in
print("I'm being called!")
self.viewModel.updateMyPosts.apply()
.take(duringLifetimeOf: self)
.start()
}
Called 7(like that) times when I open the screen...
@eggswift
#95 related
@piv199 Did you have a fix for that by chance? It's happening to me as well, can't get it to work unfortunately.
@RobbeVDC I'm using CRRefresh for now