Contents

AVPictureInPictureControllerDelegate

A protocol to adopt to respond to Picture in Picture events.

Declaration

protocol AVPictureInPictureControllerDelegate : NSObjectProtocol

Mentioned in

Overview

Adopt this protocol in a custom object, and assign the object as the delegate of your AVPictureInPictureController instance.

Topics

Restoring the User Interface

Responding to Picture in Picture Lifecycle Events

See Also

Accessing the Delegate Object