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.
Asked
Active
Viewed 380 times
1 Answers
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