ZLPhotoLib icon indicating copy to clipboard operation
ZLPhotoLib copied to clipboard

相机拍照崩溃

Open zyscy opened this issue 8 years ago • 1 comments

相机拍照崩溃

zyscy avatar Dec 05 '16 05:12 zyscy

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;

};

zyscy avatar Dec 05 '16 06:12 zyscy