标签:type with 数据文件 string dict 列表 文件 属性 path
解析Plist文件
获得Plist文件的全路径
NSBundle *bundle = [NSBundle mainBundle];
NSString *path = [bundle pathForResource:@"shops" ofType:@"plist"];
加载plist文件
_shops = [NSArray arrayWithContentsOfFile:path];
标签:type with 数据文件 string dict 列表 文件 属性 path
原文地址:http://www.cnblogs.com/xufengyuan/p/6095542.html