读取plist文件

 //读取文件名为VWPlist.plist文件中的数据

        NSString *plistPath = [[NSBundle mainBundle] pathForResource:@"VWPlist" ofType:@"plist"];

        NSMutableDictionary *data = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];


本文出自 “yangjun” 博客,谢绝转载!

你可能感兴趣的:(啊啊啊)