码迷,mamicode.com
首页 > 移动开发 > 详细

IOS 读取项目中的plist文件

时间:2016-03-01 00:52:44      阅读:214      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!