Re: iOS drawer-style interaction

2012-04-06 Thread Scott Andrew
What about using a UIPanGestureRecognizer? I didn't see anything in the docs 
that says a swipe get's continuous feedback. A UIPanGestureRecognizer gives 
continuous feedback during the drag.

Scott

On Apr 5, 2012, at 11:45 PM, Rick Mann wrote:

> I'm trying to implement a drawer of sorts. Initially I added a down-swipe 
> gesture recognizer, but I'd like the drawer edge to track the user's finger. 
> Is there a way I can "hook in" to the recognizer to continuously track the 
> finger after recognition?
> 
> TIA,
> -- 
> Rick
> 
> 
> ___
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/scottandrew%40roadrunner.com
> 
> This email sent to scottand...@roadrunner.com


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


iOS drawer-style interaction

2012-04-05 Thread Rick Mann
I'm trying to implement a drawer of sorts. Initially I added a down-swipe 
gesture recognizer, but I'd like the drawer edge to track the user's finger. Is 
there a way I can "hook in" to the recognizer to continuously track the finger 
after recognition?

TIA,
-- 
Rick


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com