Finish Button Tap Events | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7150700-sign-in-with-apple/lessons/8

Hi Josh. Good tutorial. You didn’t mention how to retrieve the sorted values from the keychain. Is the following correct?

let keychain = UserDataKeychain()
do{
let results = try keychain.retrieve()
let email = results.email
let identifier = results.identifier
let username = results.name
} catch {
print(“Error retrieving date from keychain”)
}

@hococoder Can you please help with this when you get a chance? Thank you - much appreciated! :]