How can I send a UILongPressGesture message to an object?
UILongPressGesture
I know how to send touches, but not gestures. For example, if I wanted to send a touch I could
Do you know what selector the object has tied to its UILongPressGestureRecognizer? If you knew that, you could just call it. If you're asking if there's a method like touchesMoved:(UITouch *)touch, then the answer's no.
UILongPressGestureRecognizer
touchesMoved:(UITouch *)touch