Answers for "swift ui backgorund color"

2

swift change background color

self.view.backgroundColor = UIColor.red
Posted by: Guest on March-20-2020
0

swiftui background color

Group {
	//Views inside the highest view in the hierarchy
}.background(Color.red.edgesIgnoringSafeArea(.all))
Posted by: Guest on June-30-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language