views:

1266

answers:

3

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

does it possible ?

thanks for your help in advance .

Thanks .

+1  A: 

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.

Bluephlame
+1  A: 

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

Diederik Hoogenboom
+2  A: 

Check this: Synthesizing a touch event on iPhone

Zydeco