"New Features in SwiftUI (iOS15), Part Two"
Lists have become more powerful in iOS15, some of the new features/improvements done in lists are as below: 1. Swipe Actions 2. Refreshable 3. ListRowSeparator and ListRowSeparatorTint 4. Bindings as List Iterator Swipe Actions Left and right swipe actions like edit, delete, etc for list items can be added using the swipeActions modifier. We can