Skip to main content

Classic UI

Scanning UI

The main class of the Classic UI component is SBSDKDocumentScannerViewController.

Usually this view controller is embedded as a child view controller into another view controller which acts as a parent view controller. The parent view controller acts as the delegate and processes the recognition results. You still have full control over the UI elements and can add additional views and buttons to your view controller. The Classic component does not display results, instead it just forwards them to the delegate.

Classic Scanner
loading...

Cropping UI

The main class of the Classic UI component is SBSDKImageEditingViewController.

This view controller is also embedded as a child view controller into another view controller that acts as a parent view controller. The parent view controller acts as the delegate and processes the recognition results. You still have full control over the UI elements and can add additional views and buttons to your view controller.

Classic Cropping UI
loading...

What do you think of this documentation?


On this page

Scroll to top