NT
Size: a a a
NT
SN
D
SN
SN
SN
S
SN
S
SN
S
S
SN
SN
SN
S
S
SN
S
SN
loginButtonPressed()
{
loginButtonPressed().sharedInstance().logIn(completion: { (session, error)
in
if (session !=
nil) {
print("signed in as (String(describing: session?.userName))");
}
else {
print("error: (String(describing: error?.localizedDescription))");
}
})
}