Answers for "swift change text color"

1

swiftui font color

Text("The best laid plans")
    .foregroundColor(Color.red)
Posted by: Guest on February-18-2021
2

swift change background color

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

how to change background color swift

self.view.backgroundColor = .black / .blue / .purple / .clear /ect.
Posted by: Guest on March-30-2020

Code answers related to "swift change text color"

Code answers related to "Swift"

Browse Popular Code Answers by Language