SwipeActions icon indicating copy to clipboard operation
SwipeActions copied to clipboard

Add customizable swipe actions to any view.

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

``` VStack { SwipeViewGroup{ ForEach(outRecord, id:\.self){ out in SwipeView { OutCardView(out) .onTapGesture { outVM.loadSingle(out: out) mainStack.append(.outSummary) } .frame(maxWidth: .infinity) .contentShape(Rectangle()) } leadingActions: { _ in SwipeAction("delete", systemImage: "trash.circle", backgroundColor: .red)...

Whenever I try to scroll up or down in the example app, it only works if I use the left or right edge of the screen. Does it work inside...

I'm implementing infinite pagination scrolling, where I have to fetch new data and draws the new cells in a ScrollView (in a LazyVStack). For some reason, the allowSwipetoTrigger modifier doesn't...

Documentation says it's possible to override `id` by set `options.id`, however i couldn't find any thing related. Access the _SwipeView_ `id` is important for context where we're trying to open...

Yes, IK swipe actions maybe not the perfect thing for vision pro, but I have an ios app using this library which I would love to try out (including swiping)...

So when a list row is too high can control the appearance of the swipe actions

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...

the swipeActions buttons are appearing in the correct side which is the left side for Arabic Language, But i can't swipe from left to right. https://github.com/aheze/SwipeActions/assets/93667302/92c5baeb-5f73-480d-824a-119b28cde20a

**Description:** SwipeActions library looks like lightweight and convenient way to use swipe actions on iOS. No reasons to add basic support for macOS platform, especially if it was initially written...