aheze / SwipeActions

Add customizable swipe actions to any view.

Home Page:https://twitter.com/aheze0/status/1646399867764510721

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on tapping 3rd of 4 buttons in .mask ActionStyle

RyPoints opened this issue · comments

I've been using this as a workaround for a bug with SwiftUI lists in lists.

In my example, I've hit an issue where I have four swipe action buttons, two leading and two trailing with a 90 or 100 width. The style is set to .mask.

In this situation the 3rd swipe button (the first on the right and the leftmost right/trailing button) is only tappable on its right side and not on its left side.

If the style is changed to .cascade or .equalWidths the 3rd button becomes fully tappable instead of half-tappable.

If you have any quick answers feel free to reply.