i am trying to change the color of the cell using the following code, however it displays all the cell's as white font instead of the gold rgb color code i have.
if (row == 0)
cell.detailTextLabel.text=@"An blah blah";
cell.textLabel.textColor = [UIColor colorWithRed:139 green:136 blue:120 alpha:1];