How to Remove List Line-separator in SwiftUI
Updated for iOS14 — Xcode12


Table of content:
- With iOS 13
- With iOS14
- Making Version Based Code
- With iOS 13
List in SwiftUI is essentially a UITableView of UIKit. So the appearance changes of UITableView affects List also. Simply changing the…