gontovnik/DGElasticPullToRefresh

Crash if the table view is removed before animation completes

joe528 opened this issue · 2 comments

Need to add

if (!self.observing) { return } 

in animateBounce() -> UIView.animateWithDuration -> completion:

or it will cause crash if the tableview is removed before it's called.

Hey @joe528! Please feel free to add that and do pull-request. Will appreciate that!

@joe528 Pushed a commit as you said. It is working fine for now. Thanks