I have a UISlider
in UIScrollView
and find it's difficult to drag. I have set right contentSize
of scroll view, so the scroll view is only able to scroll vertical.
I guess there is a conflict between scroll view and slider when they detect the gesture. Does anyone have idea on this?