码迷,mamicode.com
首页 >  
搜索关键字:nsbundle    ( 385个结果
IOS之文件的写入和读出
// 获取文件路径 /** 1 * bundle是一个目录,其中包含应用程序的所有资源,通过mainBundle 得到这个目录后就可以获取resource下的资源 */ NSString *filePath = [[NSBundle mainBundle] pathFo...
分类:移动开发   时间:2014-07-22 23:13:34    阅读次数:349
加载JSON文件,Plist文件
1.加载JSON文件a.JSON文件的路径NSString *path = [[NSBundle mainBundle] pathForResource:@"XXXX.json" ofType:nil];b.加载JSON文件 获取Data数据NSData *data = [NSData dataWi...
分类:Web程序   时间:2014-05-12 09:20:20    阅读次数:284
iOS学习笔记(3)单例模式应用案例
在Cocoa Touch框架中,有UIApplication、UIAccelerimeter、NSUserDefaults和NSNotificationCenter等单例类。另外,NSFileManager和NSBundle类虽然属于Cocoa框架的内容,但也可以在Cocoa Touch框架中使.....
分类:移动开发   时间:2014-05-09 08:48:07    阅读次数:363
iOS:获取图片Alpha图片
-(void)createImages { // Load the alpha image, which is just the same Ship.png image used in the clipping demo NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"Ship.png" ofType:n...
分类:移动开发   时间:2014-05-08 16:17:52    阅读次数:401
NSBundle 读取资源包中的文件
访问项目中资源包里面所有资源使用方法。读取资源包descs.plist文件方法如下:NSBundle *bundle = [NSBundle mainBundle]; //创建bundle对象NSString *path = [bundle pathForResourc...
分类:其他好文   时间:2014-04-28 16:14:50    阅读次数:349
385条   上一页 1 ... 37 38 39
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!