piemonte/PBJVideoPlayer

Any way to override the tap functionality?

switz opened this issue · 2 comments

I'm new to iOS so forgive me if this is basic, but _handleTap is a private function.

hi @switz, it's no problem. i'm not sure what your goal is but you can disable user interaction on the video view so that it doesn't receive touches.

viewController.view.userInteractionEnabled = NO