as topic , I want fire touch event without user touch actions ,
does it possible ?
thanks for your help in advance .
Thanks .
as topic , I want fire touch event without user touch actions ,
does it possible ?
thanks for your help in advance .
Thanks .
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.
Have a look at UIResponder's touchesBegan:withEvent:
and touchesEnded:withEvent: