In one of my application, I don't want to show any video controllers. But I need to get the touch on the media player view. I need to do some other action on touch on the movie player. How can I implement that. Please help
Thanks in advance.
|
In one of my application, I don't want to show any video controllers. But I need to get the touch on the media player view. I need to do some other action on touch on the movie player. How can I implement that. Please help Thanks in advance. |
|||
|
|
|
You can always attach a
And handle the tap in
Of course this works only on |
|||||||||||||
|
|
You can also use this delegate method of UIGestureRecognizer.
|
||||
|
|