How can the color of a UI Label be changed
What is the syntax to change the color of a UILabe开发者_开发百科l?
Also, where can this information be found?
myLabel.textColor = [UIColor redColor];
Did you even look at the documentation for UILabel? That should always be your first port of call :)
精彩评论