-
Notifications
You must be signed in to change notification settings - Fork 168
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
Crash while scrolling into UITableView and going back on iOS 10. #73
Comments
Here ... ? |
Still alive ..? |
Hi there, and thanks for opening an issue to bring this to notice. Your diagnosis isn’t quite correct, but this is an issue that needs some architectural changes to handle. I’ll be posting an RFC which goes into some changes soon. Sent with GitHawk |
Hey @HarshilShah, I seem to be experiencing some kind of similar issue with using this library with IGListKit. The error message is as follows:
This occurs when I quickly close the modal after having it appear. If you have any insight about this, or would like help, I am happy to contribute. |
@sejr Did you found the solution I am having the same issue in real devices with old iOS i.e. 11.x, but its working fine on simulator. |
@sejr @adeelnoor Did you found the solution I am having the same issue in real devices with old iOS i.e. 11.x, but its working fine on simulator. adeelnoor, can you resolve the question? |
Hello @leviduan Yes please check below
And call this sampleCell where you want to call. |
Hello,
I have a crash on iOS 10. while scrolling into UITableView and going back (from a navigation controller).
Error:
Looks like that you forget to remove observers (not setting them to nil) on ScrollViewUpdater.
You also forget to call
deinit
and remove observers on DeckPresentationController.The text was updated successfully, but these errors were encountered: