How to set color/Image background to ''Form" in SwiftUI 4?

Replies

You could try to set the underlying tableView appearance.

See example with List, should be similar with Form

https://stackoverflow.com/questions/57254461/how-to-change-the-background-color-for-a-form-in-swiftui

  • This no longer works in iOS 16.

    From the iOS & iPadOS 16 Beta Release Notes: The implementation of list no longer uses UITableView . (81571203)

Add a Comment