Ok... so I'm trying to change the text color of a text field by using properties but it doesn't seem to be working.
It's declared in the UIKit and is included in the documentation (under UIColor), so what am I doing wrong? (Sorry for a question that sounds so noobish... hopefully it won't take you more than 30 seconds to explain.)
Code:
secondTeamName.textColor = grayColor;
error: 'grayColor' undeclared (first use in this function)
It's declared in the UIKit and is included in the documentation (under UIColor), so what am I doing wrong? (Sorry for a question that sounds so noobish... hopefully it won't take you more than 30 seconds to explain.)