I have strange issue with UISlider it works perfect in iOS 6.0 but in iOS 5.1 it doesn't work. I have used storyboard for the UIViewController and UITableView has 4 kinds of cells. Everything works fine in iOS 6.0 but only the cells which have UISlider won't work properly in iOS 5.1.
The exact issue is that the valueChanged method is getting called but the UISlider Thumb is kind of stuck at the minimum value which i have provided.
Thanks in advance.