Re: Question about touchesBegan
Re: Question about touchesBegan
- Subject: Re: Question about touchesBegan
- From: Alexander Spohr <email@hidden>
- Date: Thu, 10 Dec 2009 08:02:47 +0100
Am 10.12.2009 um 04:34 schrieb Eric E. Dolecki:
> Well - I wonder if it's possible to enable touches in a sub view but not for
> the entire view - just part of it.
>
> I have a view with buttons in it. I call up a sub view that requires touches
> for swiping... I want the buttons in the view below to still register touch
> events for that entire view.
Usually the superview of the buttons would handle swipes.
If you have buttons put them on top (as a subview) of your swipe receiver.
Or - as was pointed out - let the controller catch all touches.
atze
_______________________________________________
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