摘要:
点击(此处)折叠或打开 NSString* path = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"xml"]; NSLog(@"path=%@",path); NSError *error=nil; NSString* fi 阅读全文
posted @ 2016-09-01 22:43
ma_fighting
阅读(468)
评论(0)
推荐(0)
摘要:
1 #import 3 4 5 /** 6 * ALAssetsLibrary.h 代表资源库(所有的视频,照片) 7 ALAssetsGroup.h 代表资源库中的相册 8 ALAsset.h 代表相册中一个视频或者一张照片 9 ALAssetRepresentation.h 代表一个资源的描述,可以获取到原... 阅读全文
posted @ 2016-09-01 17:31
ma_fighting
阅读(4796)
评论(0)
推荐(1)