Is it possible to pass touch event (by coding) to MPMoviePlayerController?
I don’t want to detect touch. Just pass touch event.
I want to generate an event and pass it to MPMoviePlayerController as if user touched the player. Something like user touched the player at location x=100 and y=100
(I can’t give in depth details due to some restrictions).
Is it possible to pass touch event (by coding) to MPMoviePlayerController? I don’t want
Share
We need to place a transparent view over the movie player and handle touches for that view.