Skip to content

Commit c60d41e

Browse files
update to internal commit 2cc815bb
1 parent 36d65ac commit c60d41e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/objectivec-swift/user-guide/scanner-barcode-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ noTitleIndex: true
1010

1111
# Specify Barcode Formats
1212

13-
Set the supported barcode format is always the first step when configuring the BarcodeScanner. You can specify the barcode format via the method `setBarcodeFormats`.
13+
Set the supported barcode format is always the first step when configuring the BarcodeScanner. You can specify the barcode format via the method `barcodeFormats`.
1414

1515
**Code Snippet**
1616

programming/objectivec-swift/user-guide/scanner-improve-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using a template file is the quickest way to improve the performance of BarcodeS
1818
<p><img src="../../assets/init-settings-from-file-android.png" alt="initSettings" width="50%" /></p>
1919
</div>
2020

21-
2. Specify the template file via `setTemplateFile`
21+
2. Specify the template file via property `templateFile`
2222

2323
<div class="sample-code-prefix"></div>
2424
>- Objective-C

0 commit comments

Comments
 (0)