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 70b284d commit be3417eCopy full SHA for be3417e
programming/objectivec-swift/user-guide.md
@@ -172,8 +172,6 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
172
config.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
173
vc.config = config
174
}
175
- class ViewController: UIViewController {
176
- /* CONTINUATION OF CODE FROM STEP 3 AND 4 */
177
func setup() {
178
button.backgroundColor = .black
179
button.setTitle("Scan a Barcode", for: .normal)
@@ -202,7 +200,6 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
202
200
])
203
201
204
205
- }
206
```
207
208
>Note:
0 commit comments