You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone facing any crash issues with the method didPanOnScrollView of the class PanModalPresentationController?
Here are the crash logs with some lines where we can identify the reason.
PanModalPresentationController calls didPanOnScrollView which calls haltScrolling which modifies contentOffset when it calls scrollView.setContentOffset(CGPoint(x: 0, y: scrollViewYOffset), animated: false) which then in turn, calls the observer which calls didPanOnScrollView.
Hi,
Is anyone facing any crash issues with the method didPanOnScrollView of the class PanModalPresentationController?
Here are the crash logs with some lines where we can identify the reason.
UIKitCore 0x1c79a0 -[UIScrollView setContentOffset:animated:animationCurve:animationAdjustsForContentOffsetDelta:animation:animationConfigurator:] + 824
0x2574ec PanModalPresentationController.didPanOnScrollView(:change:) + 732 (PanModalPresentationController.swift:732)
0x257350 closure #1 in PanModalPresentationController.observe(scrollView:) + 4299109200 (:4299109200)
Kindly let me know if anyone facing the issue or has any idea about that.
Thank you
The text was updated successfully, but these errors were encountered: