I
Size: a a a
I
I
I
S
S
I
S
S
ЕН
UIApplication.willResignActiveNotification
и UIApplication.didBecomeActiveNotification
S
DA
AG
JSONDecoder
ругался на “\n” при парсинге JSON’а? Что с этим можно сделать?T
SN
nil
func isUserLoggedIn()
{
if((AccessToken.current) != nil) {
GraphRequest(graphPath: "me", parameters: ["fields": "id, name, email"]).start(completionHandler: { (connection, result, error) -> Void in
if (error == nil) {
if let resultDictionary = result as? [String : String] {
//self.emailLabel.text = "Your Email: \( resultDictionary["email"] ?? "")"
}
}
})
}
}
SB
DR