AboundScanController

public final class AboundScanController : UIViewController

A view controller that manages 3D scanning, preview and saving.

Before presenting the view controller, make sure that you have called provideAPIKey() on AboundServices with your API key, and you have set the delegate property to an implementation of AboundScanControllerDelegate.

For help getting started, see Get Started.

Important

The AboundScanController class supports portrait mode only. This class is intended to be used as-is and does not support subclassing. The view hierarchy for this class is private and must not be modified.
  • Brief instructions to display to the user before scanning starts.

    If set to nil, then no instructions are displayed.

    Declaration

    Swift

    @objc
    public var instructions: String?