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

Update README.md

parent ad5eee7b
......@@ -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)
......
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