swipe icon indicating copy to clipboard operation
swipe copied to clipboard

Support swipe to reveal

Open burntcookie90 opened this issue 1 year ago • 0 comments

The library currently only supports swipe to action, but it could also contain functionality for swipe to reveal a set of actions (https://developer.apple.com/documentation/swiftui/view/swipeactions(edge:allowsfullswipe:content:)).

This gist is an example of an implementation (still not migrated to anchoredDraggable though): https://gist.github.com/burntcookie90/be719394fa38df8a0f0741b882f13a96

burntcookie90 avatar Mar 08 '24 15:03 burntcookie90