by Prasanna Vignesh
3. March 2010 13:45
When you need to set basic colors to things in Objective-C, it's really easy:
//This works, but come on...cell.textColor = [UIColor grayColor];
However, if you want to be more specific normally you need to get the RGBA for the color and set it that...
[More]