Skip to content

Commit b44bb3b

Browse files
committed
Update README
1 parent 944b564 commit b44bb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Use `BarcodeScannerCodeDelegate` when you want to get the captured code back.
7373
```swift
7474
extension ViewController: BarcodeScannerCodeDelegate {
7575

76-
func barcodeScanner(controller: BarcodeScannerController, didCapturedCode code: String) {
76+
func barcodeScanner(controller: BarcodeScannerController, didCapturedCode code: String, type: String) {
7777
print(code)
7878
controller.reset()
7979
}

0 commit comments

Comments
 (0)