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

iOS8 scrollView crash #42

Open
shgsanjin opened this issue Mar 2, 2018 · 0 comments
Open

iOS8 scrollView crash #42

shgsanjin opened this issue Mar 2, 2018 · 0 comments

Comments

@shgsanjin
Copy link

iOS8下 tableView上具有多个XRCarouseView,自动轮播,多次来回滑动,框架会有概率出现僵尸崩溃,原因是控件释放后,内部scrollView还在回调didScroll方法。[XRCarouseView scrollViewDidScroll:] message sent to dellocated instance 0xxxxxxx 建议在处理一下scrollView代理:

  • (void)dealloc{
    self.scrollView.delegate = nil;
    }
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

1 participant