Revision: 31528
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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