How to load plist file into NSDictionary implemented in iPhone SDK
NSString *mainBundlePath = [[NSBundle mainBundle] bundlePath]; NSString *plistPath = [mainBundlePath stringByAppendingPathComponent:@"myplist.plist"]; NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:plistPath];
Log in to answer.
leothenerd 1:01 pm on December 21, 2009