ZLPhotoLib
ZLPhotoLib copied to clipboard
相机拍照崩溃
相机拍照崩溃
pickerVc.callBack = ^(NSArray<ZLPhotoAssets *> *status){
[status enumerateObjectsUsingBlock:^(ZLPhotoAssets *asset, NSUInteger idx, BOOL * _Nonnull stop) {
UIImage *image = [asset aspectRatioImage];/// 会崩溃到这 求解
[self.photoArray addObject:image];
}];
self.commentAddPhotoView.photoArray = self.photoArray;
};