Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID iOS SDK
Commits
8f2ed0a4
Commit
8f2ed0a4
authored
Jan 23, 2025
by
Javohir Savriy
Browse files
Update README.md
parent
ad5eee7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8f2ed0a4
...
...
@@ -88,6 +88,10 @@ extension ViewController: MyIdClientDelegate {
if
let
code
=
result
.
code
{
print
(
code
)
}
if
let
comparison
=
result
.
comparisonValue
{
print
(
comparison
)
}
if
let
image
=
result
.
image
{
print
(
img
)
...
...
@@ -160,6 +164,10 @@ extension ViewController: MyIdClientDelegate {
if
let
code
=
result
.
code
{
print
(
code
)
}
if
let
comparison
=
result
.
comparisonValue
{
print
(
comparison
)
}
if
let
image
=
result
.
image
{
print
(
img
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment