Skip to content

Instantly share code, notes, and snippets.

@thoretton-edwin
Last active August 29, 2015 13:56
Show Gist options
  • Save thoretton-edwin/9016056 to your computer and use it in GitHub Desktop.
Save thoretton-edwin/9016056 to your computer and use it in GitHub Desktop.
iOS edit XML .plist file's data to NSMutableArray, NSDictionnary
//tab : NSMutableArray
tab = [[NSMutableArray alloc]initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"filename" ofType:@"plist"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment