In iOS 27 we can add swipe actions to items in any scroll container, not just List, by applying the new swipeActionsContainer() modifier to the wrapping ScrollView. I wrote a post with some examples:
nilcoalescing.com/blog/CustomS...
#WWDC26 #iOSDev #SwiftUI
iOS 27 extends support for swipe actions beyond List to any scroll container using the new swipeActionsContainer() modifier.