I don't have the answer to your question, however I will point out that gestures are hard to roll yourself because of "Switch Bounce".
That is, with my own two finger gesture, the number of finger contacts is reported as 2,1,1,2,1,1,2,2,2,2,1,1,2 and so on. When just one finger contact is reported, which of my two fingers is contacting alternates randomly. I'll be posting some "debounce" source but first I have to factor it out from the rest of my app. Mike Crawford mdcrawf...@gmail.com Michael David Crawford mdcrawf...@gmail.com http://www.warplife.com/mdc/ Available for Mobile Development in the Portland, Oregon Metropolitan Area. On Sun, Jul 14, 2013 at 1:46 PM, koko <k...@highrolls.net> wrote: > Having just submitted my fist iPad app I am moving on to enhancements via > Gestures. > > In making a sample app to get a handle on gestures I added Tap, Pinch and > Rotate to a View. > > Tap - works > Pinch - works > Rotate - calls Pinch … now I can understand this since pinch is two fingers > down as is rotate. > > The Apple Simple Gesture example uses Swipe and Rrotate, no Pinch. > > So what is the proper approach to have Pinch and Rotate in the same view? > > Oh, I better answer the obligatory "What is it you really want to do?" > question. > > Given a shape in the view I want to Pinch to resize it and Rotate to rotate > it. > > -koko > > > > _______________________________________________ > > 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/mdcrawford%40gmail.com > > This email sent to mdcrawf...@gmail.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