Controls over AVPlayer on tvOS

Hi,


I try to present two buttons over the avplayer with actions for a quick voting.


The view which embeds the two buttons is presented and I can set the focus to one of the buttons.


When I swipe to the right I set the focus to the second button.


The problem is that the swipe left triggers something after the successful set of focussing the button, that the focus dissappears instantly.


When I set the buttonview active, I already disabled playbackControlsIncludeInfoViews and playbackControlsIncludeTransportBar, however anything is bonded to the left, up and down swipe.


What would you recommend? Is there any option to disable the avplayer gestures complete?


Thanks in advance

M

Replies

The AVPlayerViewController was overridden in the project and that results in that behaviour...