views:

50

answers:

0

hi all, i have horizontal scroll view 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 dont 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 scrollview?

btw i am newbie in iphone dev.

thanks.