requestAVAssetForVideo取出图片或者视频为空,TZImagePickerController取出

使用 

PHAsset* myasset = asset;

PHVideoRequestOptions *options = [[PHVideoRequestOptions alloc] init];

取得可能空

加入网络获取


            options.networkAccessAllowed = true;


可能获得的奔溃 [NSURL initFileURLWithPath:]: nil string parameter


猜你喜欢

转载自blog.csdn.net/develop_csdn/article/details/78844652
今日推荐