摘要:
问题: NSBundle *bundle = [NSBundle mainBundle]; NSString *resourcePath = [bundle resourcePath]; NSString *filePath = [resourcePath stringByAppendingPath 阅读全文
posted @ 2016-09-09 14:30
菜鸟onTheLoad
阅读(506)
评论(0)
推荐(0)
摘要:
注意: NSBundle is used to access resources within your application itself: that is, everything inside YourApp.app. The documentsDirectory is a location 阅读全文
posted @ 2016-09-09 14:29
菜鸟onTheLoad
阅读(2981)
评论(0)
推荐(0)
摘要:
创建文件夹: NSString *imageDir = [NSString stringWithFormat:@"%@/Caches/%@", NSHomeDirectory(), dirName]; BOOL isDir = NO; NSFileManager *fileManager = [NS 阅读全文
posted @ 2016-09-09 14:28
菜鸟onTheLoad
阅读(3008)
评论(0)
推荐(0)
浙公网安备 33010602011771号