MSPeekCollectionViewDelegateImplementation icon indicating copy to clipboard operation
MSPeekCollectionViewDelegateImplementation copied to clipboard

Crash on behavior.scrollViewWillEndDragging call in v3.1.1

Open mouchegmouradian opened this issue 3 years ago • 0 comments

After updating to v3.1.1 the app crashes when releasing finger after a swipe. It works without any change with the 2 previous versions.

  • The crash happens on the behavior.scrollViewWillEndDragging call
  • behavior is not nil
func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer<CGPoint>) {
        behavior.scrollViewWillEndDragging(scrollView, withVelocity: velocity, targetContentOffset: targetContentOffset)
}

Didn't see anything in the changelogs that would explain this sudden crash.

Any ideas why this is happening ?

mouchegmouradian avatar Jul 29 '20 04:07 mouchegmouradian