Skip to content

Instantly share code, notes, and snippets.

@motokiee
Last active August 29, 2015 14:20
Show Gist options
  • Save motokiee/15fe037c2c6f91608468 to your computer and use it in GitHub Desktop.
Save motokiee/15fe037c2c6f91608468 to your computer and use it in GitHub Desktop.
Read plist file
let filePath = NSBundle.mainBundle().pathForResource(<#Filename#>, ofType:"plist" )
let dic = NSDictionary(contentsOfFile:filePath!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment