Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults
if let user = self.keychain.object(forKey: InstagramClient.keychain_api_user_key) as? InstagramApiUser {
print("- OAuth2 user api: \(String(describing: self.user_api))")
}
I'm trying to store struct object but not work.
storing with:
retrieving with: