Question

What is the syntax to change the color of a UILabel?

Also, where can this information be found?

Was it helpful?

Solution

Did you even look at the documentation for UILabel? That should always be your first port of call :)

OTHER TIPS

myLabel.textColor = [UIColor redColor];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top