i have horizontal UIScrollView
which is extended from UIScrollView
and i added UIButtons
horizontally. i can only scroll out of the buttons area, but if i want to scroll over any buttons is fires UIControlEventTouchUpInside
event. I don't want this. i want to fire UIControlEventTouchUpInside
action if i click and i want to scroll if i scroll.
so how can i pass scroll event from UIButton
to UIScrollView
?