I am having an issue with font colors in IOS, I need to assign a color to the UITextView at runtime as the color displayed depends on a setting, however it seems that when I use the following RGB – 102, 0, 0 – I simply get red, rather than a kind of maroon that I was after. I have tried setting it using HSB as well.
Any thoughts on what could be wrong? A setting that I forgot to enable perhaps?
Thanks
UIColor takes colors between 0.0 and 1.0, not 0 and 255.