Using the Second Display for Approval Flows

For a guided SwiftUI flow with a blocking approval step, how would you recommend using the second display on iPhone Duo? For example, while the user waits for approval on one display, would showing the submitted information or other contextual content on the other display be an appropriate pattern?

Answered by Frameworks Engineer in 906462022

As mentioned in the "Leverage multiple displays and scenes on iPhone Duo" talk, having scenes on both displays simultaneously is only supported for Camera apps:

https://developer.apple.com/videos/play/tech-talks/111464/?time=300

Do do so with a camera app, you'd use the new CameraCaptureAccessory API.

As mentioned in the "Leverage multiple displays and scenes on iPhone Duo" talk, having scenes on both displays simultaneously is only supported for Camera apps:

https://developer.apple.com/videos/play/tech-talks/111464/?time=300

Do do so with a camera app, you'd use the new CameraCaptureAccessory API.

Using the Second Display for Approval Flows
 
 
Q