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
Use a UITapGestureRecognizer with delaysTouchesBegan as a property set to true.
UITapGestureRecognizer
delaysTouchesBegan
true