What is different here that I'm missing. I haven't noticed this before, or I'm doing something stupid.....
Got a view in interface builder, set its background colour using RGB sliders 44, 44, 44. Opactity 1. Set as opaque.
When I run the app, it has changed it to 33, 33, 33 ????
If in the view will appear, I change it using....
self.topView.backgroundColor = [UIColor colorWithRed:44.0f/255.0f green:44.0f/255.0f blue:44.0f/255.0f alpha:1.0f];
..then everything is ok.
What is doing this?
It happens with any colour. If i choose 200, 250, 5 - i run the app and it has changed to 200, 120, 5 ????