Any way to override the tap functionality?
switz opened this issue · 2 comments
switz commented
I'm new to iOS so forgive me if this is basic, but _handleTap
is a private function.
piemonte commented
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.
piemonte commented
viewController.view.userInteractionEnabled = NO