Commit babffa314a533d7a40a7e5de2c23622c854e5655

Authored by daojian
1 parent c8ee1621

0.2.7 版本 解决报错

CNLiveCommuntyModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCommuntyModule'
11   - s.version = '0.2.6'
  11 + s.version = '0.2.7'
12 12 s.summary = 'A short description of CNLiveCommuntyModule.'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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;
... ...