Return to Snippet

Revision: 31528
at September 8, 2010 20:05 by BenClayton


Initial Code
NSString *path = [[NSBundle mainBundle] pathForResource:@"resourcefile" ofType:@"plist"];
NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:path];

// then get stuff out as usual.

Initial URL

                                

Initial Description

                                

Initial Title
Load a Plist file from the App Bundle

Initial Tags

                                

Initial Language
Objective C