首页 > 移动平台 > 详细

IOS 读取项目中的plist文件

时间:2016-03-01 00:50:00      阅读:216      评论:0      收藏:0      [点我收藏+]

在项目中,经常需要读取配置文件,现在就来看看读取plist配置文件的代码

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

NSDictionary *dict = [[NSDictionary alloc]initWithContentsOfFile:plistPath];

  

IOS 读取项目中的plist文件

原文:http://www.cnblogs.com/oscar1987121/p/5229441.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!