/ Published in: Objective C
Expand |
Embed | Plain Text
//just divide by 255.0 c2.textColor=[[UIColor alloc] initWithRed:255.0/255.0 green:204.0/255.0 blue:0 alpha:1];
Comments
Subscribe to comments
You need to login to post a comment.

I knew this code but sometimes it doesn't work and I don't know why ...