I\'m trying to remove the "row" separators (known as dividers in SwiftUI) from a List in SwiftUI.
List
I went through the List document
The current workaround is to remove them via UIAppearance:
UIAppearance
UITableView.appearance(whenContainedInInstancesOf: [UIHostingController.self] ).separatorStyle = .none