Creating using plists

suggest change
NSString *pathToPlist = [[NSBundle mainBundle] pathForResource:@"plistName" 
    ofType:@"plist"];
NSDictionary *plistDict = [[NSDictionary alloc] initWithContentsOfFile:pathToPlist];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NSDictionary:
*Creating using plists

Table Of Contents