Okay I managed to detect what's the problem here. Sorry for inconvenience.
I have added UITapGestureRecognizer for AVPlayerViewController's view and it caught my presses when I was focused on button.
But according to Responder Chain its not supposed to work that way.
I'm having focus on collectionView cell (collection of customMenuItems) and tapping one of them. I believe that my press on cell should be prioritised, but my press is handled by my custom UITapGestureRecognizer instead.
Topic:
Media Technologies
SubTopic:
Video
Tags: