Commit babffa314a533d7a40a7e5de2c23622c854e5655
1 parent
c8ee1621
0.2.7 版本 解决报错
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCommuntyModule.podspec
CNLiveCommuntyModule/Classes/ViewController/CNLiveCommuntEvaluaViewController.m
| ... | ... | @@ -338,7 +338,7 @@ |
| 338 | 338 | { |
| 339 | 339 | CNImagePickerController *imagePickerVc = [[CNImagePickerController alloc] initWithMaxImagesCount:3 columnNumber:3 delegate:self pushPhotoPickerVc:YES]; |
| 340 | 340 | imagePickerVc.modalPresentationStyle = UIModalPresentationFullScreen; |
| 341 | - [imagePickerVc configTZImagePicker];//配置 | |
| 341 | + [imagePickerVc configCNTZImagePicker];//配置 | |
| 342 | 342 | imagePickerVc.isSelectOriginalPhoto = NO;//是否选择原图 |
| 343 | 343 | // 1.设置目前已经选中的图片数组 |
| 344 | 344 | imagePickerVc.selectedAssets = self.assetsArray; | ... | ... |