Skip to content

Instantly share code, notes, and snippets.

@mluton
Created November 20, 2012 21:16
Show Gist options
  • Save mluton/4121189 to your computer and use it in GitHub Desktop.
Save mluton/4121189 to your computer and use it in GitHub Desktop.
Read a plist into an Array
NSMutableArray *typefaceLibrary = [[NSMutableArray alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"typeface-library" ofType:@"plist"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment