Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory leak #7

Closed
ordinaryman09 opened this issue May 20, 2016 · 2 comments
Closed

memory leak #7

ordinaryman09 opened this issue May 20, 2016 · 2 comments

Comments

@ordinaryman09
Copy link

I got memory leak because the observer for "contentOffset" was never removed.

So I added this in MBTwitterScroll.m

  • (void) dealloc {
    [self.tableView removeObserver:self forKeyPath:@"contentOffset"];
    }
@martinblampied
Copy link
Owner

Thanks, fancy pushing pull request?

@martinblampied
Copy link
Owner

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants