Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save duraiganesh0/f502f8cdf93c1200f78f6cfca2999d03 to your computer and use it in GitHub Desktop.
Save duraiganesh0/f502f8cdf93c1200f78f6cfca2999d03 to your computer and use it in GitHub Desktop.
let urlStr = "http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=1|673AB7|ffffff"
let data = NSData(contentsOfURL: NSURL(string: urlStr)!)
let img = UIImage(data: data!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment