I have a UIScrollView
which has a bunch of UIButtons
as children.
If I click outside of these buttons, I am able to scroll the UIScrollView
. However, if I try to scroll by clicking on one of these buttons, the scrollview doesn't work.
Each button is registered to listen to UIControlEventTouchUpInside
.
Any ideas?