Embedded AVPlayer controls via voiceover

I have an avplayer instance embedded in a uitableviewcell. When I turn on voiceover I’m unable to access avplayer controls, like full screen mode, play/pause. I’m able to start playing and double tap to show the controls cannot access them by swiping left/right. When I embed it in a UIView instance it works as expected. Anyone face similar issue?