According to the documentation, trailingSwipeActionsConfigurationForRowAt() is supported for MacCatalyst, but I can't seem to get it to work there.
On iOS, my tableView has rows with detail accessories, so the user can (all without entering "editMode")
How can I retain the desired behavior?
On iOS, my tableView has rows with detail accessories, so the user can (all without entering "editMode")
tap for more information
swipe-left to delete
swipe-right to edit (in some cases)
How can I retain the desired behavior?