Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

how to set the stack color in swiftui

struct ContentView: View {
    var body: some View {
        ZStack {
            Color.red
            .edgesIgnoringSafeArea(.all)
        }
    }
}
Source by www.ioscreator.com #
 
PREVIOUS NEXT
Tagged: #set #stack #color #swiftui
ADD COMMENT
Topic
Name
5+1 =