I have UISlider
in UICollectionView
scroll direction horizontal
.
When I want to change the value in the UISlider
, the scrollView scrolls left instead of the slider!!
I tried to add UITapGestureRecognizer/UISwipeGestureRecognizer
to the slider.
It did not help.