iOS: how to set custom background colour with sliders?
First off I want to say I saw a couple of posts on this site about how to do this, although none seemed to work for me so please don't close this down until I get it working. What I want to do is make the background of the view change depending on the value of the sliders are, so that the user can choose the background colour they want. self->colorView.backgroundColor = [UIColor myColor]; myColor = I figure I'll need a bit of code like that, although I don't know how to define what my colour will be something; like "red: redSlider / 255" and so on for the other colours? I also don't know where