Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created August 17, 2013 14:47
Show Gist options
  • Save pbrewczynski/6257245 to your computer and use it in GitHub Desktop.
Save pbrewczynski/6257245 to your computer and use it in GitHub Desktop.
NSString *plistCatPath = [[NSBundle mainBundle] pathForResource:@"quotes" ofType:@"plist"];
self.movieQuotes= [NSMutableArray arrayWithContentsOfFile:plistCatPath];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment