I want to put a slider with two selector points as a range into a UITableViewCell (in static UITableView). I tried this library https://github.com/muZZkat/NMRangeSlider
But It doesn't work. Sometimes It response, sometimes not.
After that I tried with a simple UISlider and I got the same result.
I tried to add the UISlider programmatically and with the storyboard. Both options. The same result.