jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

Calling StopPullToRefresh doesn't stop Refresher #32

Closed AaronKovacs closed 8 years ago

AaronKovacs commented 8 years ago

I copied the files from the demo project in to my own created an animator and set the pull to refresh view but calling stopPullToRefresh doesn't seem to do anything. After setting some breakpoint it seems as if the function is called but the delegate is not called.

jcavar commented 8 years ago

Hi, Are you sure that you are actually assigning delegate? Are you retaining it?

jcavar commented 8 years ago

No activity for a while so closing it for now. Feel free to reopen if issue still exists.