Prioritizing UIScrollView gestures over buttons
Prioritizing UIScrollView gestures over buttons
- Subject: Prioritizing UIScrollView gestures over buttons
- From: Rick Mann <email@hidden>
- Date: Thu, 15 Aug 2013 17:56:12 -0700
I have a set of buttons that live above (not subviews of) a UIScrollView. I update their position based on feedback from the UIScrollView during pan and zoom.
The problem is, the buttons are easy to tap accidentally when you're trying to pan or zoom. Is there a magic setting to let taps in the buttons first serve gestures in the UIScrollView? I can re-implement them as views with a tap gesture recognizer if that would help.
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden