pull-to-refresh icon indicating copy to clipboard operation
pull-to-refresh copied to clipboard

ios11 loop

Open macrigiuseppe opened this issue 8 years ago • 4 comments

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 screenshot 2017-09-23 23 32 42

macrigiuseppe avatar Sep 23 '17 21:09 macrigiuseppe

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

piv199 avatar Sep 24 '17 15:09 piv199

#95 related

piv199 avatar Sep 24 '17 18:09 piv199

@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 avatar Nov 14 '17 12:11 RobbeVDC

@RobbeVDC I'm using CRRefresh for now

piv199 avatar Nov 14 '17 18:11 piv199