Getting started with the iOS Barcode Scanner SDK's RTU UI
Installing the Scanbot SDK
You can install the iOS Barcode Scanner SDK using the Swift Package Manager, CocoaPods, or as an embedded framework. Please refer to Installing the SDK for further details.
Launching the RTU UI Barcode Scanner
With just a few lines of code, the Scanbot Barcode Scanner Ready-To-Use UI component SBSDKUI2BarcodeScannerViewController can be integrated into your
application's workflow. It's as simple as starting any regular iOS View Controller
.
Launching the scanner
loading...
Handling scan results
The SBSDKUIBarcodeScannerResult
class provides scanned items containing rich barcode data and extracted documents.
Use its properties to retrieve text, format, and structured data.
You can find all available properties of the SBSDKUI2BarcodeScannerUIResult
in the API documentation.
Handling the result
loading...