I have many UIButtons within a UIScrollView. Those UIButtons have actions attached to them in Touch Down Repeat. My problem
UIButtons
UIScrollView
Touch Down Repeat
As long as you have the Cancellable Content Touches in Interface Builder set it should work. You can also set it in code:
Cancellable Content Touches
scrollView.canCancelContentTouches = YES;