pictureInPictureController(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)
Tells the delegate to restore the user interface before Picture in Picture stops.
Declaration
optional func pictureInPictureController(_ pictureInPictureController: AVPictureInPictureController, restoreUserInterfaceForPictureInPictureStopWithCompletionHandler completionHandler: @escaping @Sendable (Bool) -> Void)optional func pictureInPictureController(_ pictureInPictureController: AVPictureInPictureController) async -> BoolParameters
- pictureInPictureController:
The delegating controller.
- completionHandler:
You must call the completion handler with a value of
trueto allow the system to finish restoring your player user interface.
Mentioned in
Discussion
Implement this method if your player user interface requires configuration or layout to return to its default state.