码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode--NSBundle

时间:2014-12-05 10:32:35      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   for   on   文件   bs   cti   nbsp   

NSBundle
一.获取图片
  1.   NSString *path = [[NSBundle mainBundle] pathForResource:@"resourceName" ofType:@“resourceType"];
       UIImage *image = [[UIImage imageWithContentsOfFile:path];

  2.   UIImage *image = [UIImage imageNamed:@"imageName"];
二.获取plist文件
  NSArray *array =[[NSArray alloc] initWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"name"ofType:@"plist"]];
  NSDictionary *dict=[array objectAtIndex:index];//将plist文件中的内容转换成字典

Xcode--NSBundle

标签:io   ar   sp   for   on   文件   bs   cti   nbsp   

原文地址:http://www.cnblogs.com/ZhangYuGe/p/4145925.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!