i am rotating circle in iPad.i have inserted swipegesture event.but I want to different operations in touchMoved and swipeEvent.but when I do touch moving , swipw gesture is called, what i have to do , any help please?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
swipe: NSEventTypeSwipe An event representing a swipe gesture. Available in Mac OS X v10.6 and later. Declared in NSEvent.h. and touchMoved: Sent to the receiver when one or more fingers move in the associated view.
so swipe cant be use to code some thing when any thing happens like touches.swipe is use for recognizing touch event. |
|||||
|