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

mainBundle使用

时间:2014-05-28 14:39:30      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:style   c   a   color   文件   使用   

NSBundle:一个NSBundle代表一个文件夹

mainBundle可以访问软件资源包中的任何文件

   //获得mainBundle

  NSBundle *bundle = [NSBundle mainBundle];

        

    //  获得imageData.plist的全路径

    NSString *path = [bundle pathForResource:@"fileName" ofType:@"文件类型"];

mainBundle使用,布布扣,bubuko.com

mainBundle使用

标签:style   c   a   color   文件   使用   

原文地址:http://www.cnblogs.com/ZippoatiOS/p/3755002.html

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