row
-

Enabling Selection, Double-Click and Context Menus in SwiftUI List Rows on macOS
Learn how to allow single row selection in SwiftUI lists on macOS, enable actions on double-click, and present a context-menu on right-click at the same time.
-

Swipe Actions in SwiftUI
Find out in this post how to use swipe actions in SwiftUI – actionable buttons to interact with when users swipe left or right on list rows.