You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: