First Steps
Pre-built Component for High Speed Scanning
Pre-built Component for Counting and Receiving
Pre-built Component for Selecting One of Many Barcodes
Fully-customizable API for Single Scanning
Fully-customizable API for Batch Scanning and AR
ID Scanning and Verification
Text Capture
Other Data Capture Capabilities
Advanced Topics: Fully Customizable API
API Reference
More Resources
Note
The Barcode Count mapping API is still in beta and may change in future versions of Scandit Data Capture SDK.
Defined in framework ScanditBarcodeCapture
@interface SDCCoordinate2D : NSObject
Added in version 6.17.0
Represents a position in a grid.
- (instancetype)initWithX:(NSInteger)x y:(NSInteger)y
instancetype
Instantiates a Coordinate2d.
@property (nonatomic, assign, readonly) NSInteger x
X coordinate value.
@property (nonatomic, assign, readonly) NSInteger y
Y coordinate value