List Background

Does anyone have any clue as to how to get rid of the grey background of my list? I've actually tried everything I could find online. .background(Color.clear), .backgroundStyle(.clear), init(){...}. nothing. I even tried replicating it in a new project and it didn't even show up there. Any idea as to how to get rid of this?

Replies

With SwiftUI Apple switch from UITableView to a custom implemtation based on UICollectionView. Thus all known workaround do not work anymore. Please file a Radar.

  • So what should I use to display my list if List doesn’t allow for customization?What’s a “Radar”

    Sorry, I’m relatively new to this as I’m sure you can tell lol.

Add a Comment