Contents

AVContinuityDevicePickerViewControllerDelegate

An interface that responds to events from a continuity device picker view controller.

Declaration

protocol AVContinuityDevicePickerViewControllerDelegate : NSObjectProtocol

Overview

Your app can respond to the various outcome events from an AVContinuityDevicePickerViewController instance with the following steps:

  1. Adopt the AVContinuityDevicePickerViewControllerDelegate protocol with one of the app’s classes.

  2. Create an instance of that class.

  3. Assign that instance to the view controller’s delegate property.

Topics

Responding to continuity device events

See Also

tvOS playback and capture