问题 I'm try to set a background color on my SwiftUi List, as for my post here: SwiftUI Background List color I found a solution inserting the following code as init() init() { UITableView.appearance().backgroundColor = UIColor.clear UITableViewCell.appearance().backgroundColor = .clear } my issue now is ... as soon I insert a Navigation Link the background color again became white. how to set the color to .clear to the NavigationView? I have tried to .foregroundColor(.clear) but noting... what I