PanModal icon indicating copy to clipboard operation
PanModal copied to clipboard

Swipe gestures in panScrollable not being recognized

Open garyhooper opened this issue 4 years ago • 0 comments

Description

Subviews in my tableView in the PanModal controller have swipe actions, created using UISwipeGestureRecognizer. These are not being passed through to the tableView for the subviews to act upon.

What type of issue is this? (place an x in one of the [ ])

  • [X] bug
  • [ ] enhancement (feature request)
  • [ ] question
  • [ ] documentation related
  • [ ] testing related
  • [ ] discussion

Requirements (place an x in each of the [ ])

  • [X] I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • [X] I've read and agree to the Code of Conduct.
  • [X] I've searched for any related issues and avoided creating a duplicate issue.

Bug Report

Subviews in my tableView in the PanModal controller have swipe actions, created using UISwipeGestureRecognizer. These are not being passed through to the tableView for the subviews to act upon.

Reproducible in:

PanModal version: 1.2.7

iOS version: 13.6

garyhooper avatar Jul 18 '20 20:07 garyhooper