This won\'t compile: I\'ve tried a couple different things; different ways of declaring th
You can get nested dictionary data by following these steps:
let imageData: NSDictionary = userInfo["picture"]?["data"]? as NSDictionary let profilePic = imageData["url"] as? String