It’s quite often necessary to expand views beyond the safe area limits, and this quick post shows how to easily ignore safe area in SwiftUI.
Setting Background Color in SwiftUI Views
Applying a background color in SwiftUI views is something simple, but not so obvious if coming from UIKit. Learn here how to achieve that.