1

in IOS apps, AVKit provides AVPictureInPictureController, which provides many features like full screen, play, pause. i want to implement same in TVOS, but there is no such class in AVKit.

1 Answers1

0

try to use AVPlayerViewController instead or you can use AVPlayer and a UIViewController like iOS

Harsha Biyani
  • 7,049
  • 9
  • 37
  • 61
Geng
  • 1
  • 1