UIButton Doesn't allow UIScrollView to scroll

前端 未结 3 1766
予麋鹿
予麋鹿 2021-02-04 07:44

I have many UIButtons within a UIScrollView. Those UIButtons have actions attached to them in Touch Down Repeat. My problem

3条回答
  •  灰色年华
    2021-02-04 08:34

    Use a UITapGestureRecognizer with delaysTouchesBegan as a property set to true.

提交回复
热议问题