
ios – How begin AVPictureInPicture when video is paused
I’ve AVPlayer with AVPictureInPictureController. Play video in app and film In Image works besides one state of affairs. Concern is: I pause video in software and through swap to background isn’t PiP activate. What do I fallacious? import UIKit import AVKit import AVFoundation class ViewControllerSec: UIViewController,AVPictureInPictureControllerDelegate { var pipPlayer: AVPlayer! var avCanvas : UIView! var…