Pergunta

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

Also, where can this information be found?

Foi útil?

Solução

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

Outras dicas

myLabel.textColor = [UIColor redColor];
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top