Contents

delegate

The delegate to be notified when the user saves or cancels the document scanner.

Declaration

weak var delegate: (any VNDocumentCameraViewControllerDelegate)? { get set }

Overview

The delegate receives one of the following three calls:

Your app is responsible for dismissing the document camera in all delegate methods.

See Also

Supporting the document camera