Re: touch position for UITableView
Re: touch position for UITableView
- Subject: Re: touch position for UITableView
- From: David Duncan <email@hidden>
- Date: Thu, 20 Dec 2012 12:29:25 -0800
Luke mentioned this earlier – you need to implement the delegate method and ensure your recognizer doesn't conflict with others (in particular the table view's own pan gesture recognizer in this case).
On Dec 20, 2012, at 12:07 PM, Eric E. Dolecki <email@hidden> wrote:
> Okay - so I set up a UIPanGestureRecognizer and it's working great. It keeps firing if I drag into and around my UITableView. But I want that UITableView to work (scrolling up/down) while still getting x,y from the gesture recognizer. If I am scrolling the table, the gesture recognizer doesn't fire.
>
>
>
> Google Voice: (508) 656-0622
> Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki
> Imagineric
>
>
> On Thu, Dec 20, 2012 at 2:40 PM, David Duncan <email@hidden> wrote:
> On Dec 20, 2012, at 11:28 AM, "Eric E. Dolecki" <email@hidden> wrote:
>
>> over time though or only when it's triggered?
>
>
> Depends on which gesture recognizer you use. You probably want a pan recognizer for this.
> --
> David Duncan
>
>
--
David Duncan
_______________________________________________
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