//读取文件名为VWPlist.plist文件中的数据
NSString *plistPath = [[NSBundle mainBundle] pathForResource:@"VWPlist" ofType:@"plist"];
NSMutableDictionary *data = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];
转载于:https://blog.51cto.com/yang120jun/1087540