square / Listable

Declarative list views for iOS apps.
Apache License 2.0
204 stars 28 forks source link

fix: Fix tap gesture swallowing touches in swipe actions view #528

Closed nsillik closed 9 months ago

nsillik commented 9 months ago

There were cases in which the item ItemCell.ContentViewContainer's UITapGestureRecognizer was swallowing touches over some of the swipe action buttons. This fixes it by only allowing the gesture recognizer to begin when the touches are inside of the contentView.

Checklist

Please do the following before merging:

nsillik commented 9 months ago
nsillik commented 9 months ago

well, it didn't pass, but it was just squinter, good to go