Touch on UISlider prevents scrolling of UIScrollView
问题 I have a (vertical) UISlider inside a UIScrollview. I'd like to be able to change the value of the slider, and, without lifting my finger, scroll the scrollview left or right. Desired behavior: Touch down inside vertical UISlider, followed by a finger drag left or right causes the scrollview to scroll Actual behavior: Touch down inside vertical UISlider, followed by a finger drag left or right causes no movement in UIScrollview. A touch down outside the UISlider followed by a drag will scroll