vote up 0 vote down star
1

as topic , I want fire touch event without user touch actions ,

does it possible ?

thanks for your help in advance .

Thanks .

flag

3 Answers

vote up 2 vote down

Check this: Synthesizing a touch event on iPhone

link|flag
vote up 1 vote down

Have a look at UIResponder's touchesBegan:withEvent: and touchesEnded:withEvent:

link|flag
vote up 1 vote down

you could manually call touches begin and touches end.

I think there may be a better solution to whatever you are trying to do, This seems like a very unconventional thing to do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.