Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Don't require user to call removeFromSuperview #7

@soffes

Description

@soffes

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.

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions