Commit 8f2ed0a4 authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Update README.md

parent ad5eee7b
......@@ -89,6 +89,10 @@ extension ViewController: MyIdClientDelegate {
print(code)
}
if let comparison = result.comparisonValue {
print(comparison)
}
if let image = result.image {
print(img)
}
......@@ -161,6 +165,10 @@ extension ViewController: MyIdClientDelegate {
print(code)
}
if let comparison = result.comparisonValue {
print(comparison)
}
if let image = result.image {
print(img)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment