I have a UISlider in the XIB file with an IBAction outlet hooked up to its corresponding view controller. Everything looks fine (see image below). However, when I actually move the slider in the simulator - the Value Changed (sliderValueChanged in the image) target is NOT being called. I have verified that viewDidLoad is being called and that the view controller is hooked up to the XIB.
Help!