SwiftUI – How do I change the background color of a View?

Screen’s Background Color (As of Xcode Version 13) I’m not sure if the original poster meant the background color of the entire screen or of individual views. So I’ll just add this answer which is to set the entire screen’s background color. Using ZStack I added .ignoresSafeArea() otherwise, it will stop at safe area margins. Using Overlay … Read more