Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.15k stars 385 forks source link

Unregister before the scroll view is dealloc'ed. #17

Closed ppaulojr closed 12 years ago

ppaulojr commented 12 years ago

Otherwise we get a nasty message and crash when the scroll view goes away. Closes #16.

Sephiroth87 commented 12 years ago

Hi, thank you for the code, this seems indeed to be the best way to fix the issue... I think there could still be some minor improvements somewhere, but this will surely help people having troubles.