Author Topic: How do you make buttons on a scrollview lower touch priority?  (Read 1691 times)

deevo2004

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
How do you make buttons on a scrollview lower touch priority?
« on: August 09, 2014, 09:21:51 AM »
Hi,

What I am trying to achieve is I have a scrollview with some buttons in it, I want to the user to be able to move the scrollview if there is a drag motion even if they are pressing on the button, and ONLY fire the button if there are no drag motion.

Is this achievable at all?

Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How do you make buttons on a scrollview lower touch priority?
« Reply #1 on: August 09, 2014, 05:24:57 PM »
Put UIDragScrollView on buttons as well, and it should just work.