Xcode is now throwing up a warning sign on a previously OK line of code.
[_slider2 setThumbImage:thumbImage2Pressed forState:UIControlEventTouchDown];
Gives the warning:
"Implicit conversion from enumeration type 'enum UIControlEvents' to different enumeration type 'UIControlStat' (aka 'enum UIControlState')
What to do??