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

BLKDelegateSplitter crash #39

Open
dorinsimina opened this issue Jun 22, 2015 · 2 comments
Open

BLKDelegateSplitter crash #39

dorinsimina opened this issue Jun 22, 2015 · 2 comments

Comments

@dorinsimina
Copy link

I don't have a scenario yet to reproduce the crash, but sometimes I receive this:
[BLKDelegateSplitter scrollViewDidScroll:]: unrecognized selector sent to instance 0x18380150

Does anyone have a fix for it?

@brycezhang
Copy link

@dorinsimina you can try to add this code in the dealloc method

- (void)dealloc
{
    self.tableView.delegate = nil;
}

@caiyue1993
Copy link

@brycezhang Thanks a lot. I have the same problem and your answer perfectly works.

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

3 participants