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

文件资源下载到本地后如何调用

时间:2016-05-01 21:56:05      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:

验证方法:

1.从网络下载文件资源

2.将Zip 资源解压到Documents

3.将数据归档,并解档

 

NSString *filename = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)firstObject];

 NSString *path = [filename stringByAppendingPathComponent:@"123"];   

 UIImageView *imgview = [[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:path]];

 

 

文件资源下载到本地后如何调用

标签:

原文地址:http://www.cnblogs.com/tony0571/p/5451159.html

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