Skip to content

Instantly share code, notes, and snippets.

@hajipy
Created November 12, 2014 17:22
Show Gist options
  • Save hajipy/2e490fea5a73422aa6fe to your computer and use it in GitHub Desktop.
Save hajipy/2e490fea5a73422aa6fe to your computer and use it in GitHub Desktop.
if let extendedEntities = status?["extended_entities"],
mediaArray = extendedEntities["media"].array as Array<JSONValue>!,
media = mediaArray[0].object as Dictionary<String, JSONValue>!,
mediaURL = media["media_url"] as JSONValue! {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment