SwiftUI Costume Swipe Actions

Is there a possible way to get costum swipe gestures working in SwiftUI?

I have a table and want to get the columns swiped from left to right and right to left.

Bump


We are a fair way down the path of porting our app across to swiftui and just discovered this is not available!

Should we be waiting for it (being implemented before iOS 13 release?) or will it be deprecated? Seems a pretty important function to be missed as the mail app uses it (among many others).

It is not provided by system. But I created a simple version of it that lets you swipe from Left to Right


https://github.com/EnesKaraosman/SwipeCell

SwiftUI Costume Swipe Actions
 
 
Q