AVContinuityDevicePickerViewControllerDelegate
An interface that responds to events from a continuity device picker view controller.
Declaration
protocol AVContinuityDevicePickerViewControllerDelegate : NSObjectProtocolOverview
Your app can respond to the various outcome events from an AVContinuityDevicePickerViewController instance with the following steps:
Adopt the AVContinuityDevicePickerViewControllerDelegate protocol with one of the app’s classes.
Create an instance of that class.
Assign that instance to the view controller’s delegate property.