Skip to content

Crash on behavior.scrollViewWillEndDragging call in v3.1.1 #69

Description

@mouchegmouradian

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions