You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
Currently, you have to call removeFromSuperview to prevent a KVO leak. This happens because the weak reference to the scroll view gets nil'd out before SSPullToRefresh can remove it's observer.
Currently, you have to call
removeFromSuperviewto prevent a KVO leak. This happens because the weak reference to the scroll view gets nil'd out before SSPullToRefresh can remove it's observer.Here's my StackOverflow question on the issue: http://stackoverflow.com/questions/10793206/how-do-you-remove-kvo-from-a-weak-property
Any help would be greatly appreciated!