SwipeActions icon indicating copy to clipboard operation
SwipeActions copied to clipboard

Swipe actions, swipe menu based on SwiftUI

Results 5 SwipeActions issues
Sort by recently updated
recently updated
newest added

Using the state parameter as described in the documentation, we can automatically close swiped items when a new item is swiped, however, this doesn't work in a LazyVStack. To repro:...

Shouldn't the `state` for `SwipeState` update when a cell is swiped? It looks like the code is just comparing the tag's with the `id` so if we add logic to...

Thanks for the lib, it would be Nice to trigger a UI element for the swipe behavior of any rows by passing a ``bool`` state , like the ``EditButton`` from...

Hi! Your lib works perfectly for my app, but i noticed strange behavior: I need to show button only for single cell per time, and SwipeState property works good, but...

Thank you for your hard work. I have a question: If an action button text is based on a state change, when `addSwipeAction(menu: .swiped)` is used, it doesn't seem to...