-
Notifications
You must be signed in to change notification settings - Fork 148
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
Lots of crashes in pb_setContentOffset #64
Comments
Hey, Curious case. You don't activate infinite scroll for If infinite scroll is not enabled for the Do you know how to reproduce this crash? |
That's the sad part, I've never seen the crash myself. We have a twitter timeline that is implemented by using UICollectionViewController. I included some parts of the code. Can it be related to the fact that we may sometimes not call finishInfiniteScroll after addInfiniteScroll if something goes wrong in the network call?
|
Is it possible that underlying I saw some errors related to I can only guess at this point, the last call in stack trace is related to The crash log you shared points to |
Have the same issue |
http://crashes.to/s/2290ec3917a
Any idea why these crashes occur? We have 6000 crashes of these so would be nice to get to the root reason of it but I cannot see anything wrong in the code.
The text was updated successfully, but these errors were encountered: