We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944b564 commit b44bb3bCopy full SHA for b44bb3b
1 file changed
README.md
@@ -73,7 +73,7 @@ Use `BarcodeScannerCodeDelegate` when you want to get the captured code back.
73
```swift
74
extension ViewController: BarcodeScannerCodeDelegate {
75
76
- func barcodeScanner(controller: BarcodeScannerController, didCapturedCode code: String) {
+ func barcodeScanner(controller: BarcodeScannerController, didCapturedCode code: String, type: String) {
77
print(code)
78
controller.reset()
79
}
0 commit comments