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. Initial

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 ___