I am using
[UIColor colorWithRed:136 green:155 blue:218 alpha:1.0];
to change the background color of my table view cells.
But for some reason the background just stays white. If I try
[UIColor colorWithRed:0 green:155 blue:218 alpha:1.0];
the color changes. This does not make sense to me. Any advice or tips?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…