桂欢 1 سال پیش
والد
کامیت
5fc25c6801

+ 1 - 1
SLAiELTS/Pods/ZLPhotoBrowser/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoActionSheet.xib

@@ -133,7 +133,7 @@
                     </variation>
                 </view>
             </subviews>
-            <color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
+            <color key="backgroundColor" red="0.66666668653488159" green="0.66666668653488159" blue="0.66666668653488159" alpha="0.64684492704884111" colorSpace="custom" customColorSpace="sRGB"/>
             <constraints>
                 <constraint firstAttribute="bottom" secondItem="NwQ-VQ-65C" secondAttribute="bottom" id="4AE-LH-xns"/>
                 <constraint firstItem="NwQ-VQ-65C" firstAttribute="leading" secondItem="uFx-aZ-mnT" secondAttribute="leading" id="Wlz-Qi-izY"/>

+ 1 - 1
SLAiELTS/Pods/ZLPhotoBrowser/ZLPhotoBrowser/PhotoBrowser/resource/ZLPhotoBrowser.bundle/zh-Hans.lproj/Localizable.strings

@@ -1,6 +1,6 @@
 "ZLPhotoBrowserCameraText" = "拍照";
 "ZLPhotoBrowserCameraRecordText" = "拍摄";
-"ZLPhotoBrowserAblumText" = "相册";
+"ZLPhotoBrowserAblumText" = "选择照片";
 "ZLPhotoBrowserCancelText" = "取消";
 
 "ZLPhotoBrowserOriginalText" = "原图";

+ 0 - 18
SLAiELTS/SLAiELTS/ViewControllers/MessageVC/Views/IMMessageView/YMIMBaseMessageCell.m

@@ -109,24 +109,6 @@
     CGFloat topMikeBg = (topHeight ? 6 : 0) + topTimeHeight;
     if (msgModel.isReceive) {
         NSArray *msgArr = [msgModel.sendText componentsSeparatedByString:@" "];
-//        __block CGFloat m = 0;
-//        [msgArr enumerateObjectsUsingBlock:^(NSString *  _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
-//            NSInteger l = obj.length;
-//            CGFloat x = 0;
-//            if (l > 12) {
-//                x = 20.0;
-//            }else if (l > 9 && l < 12) {
-//                x = 18.0;
-//            }else if (l > 5 && l < 10) {
-//                x = 14.0;
-//            }else if (l > 3 && l < 6) {
-//                x = 12.0;
-//            }else {
-//                x = 9.0;
-//            }
-//            m += MIN(obj.length / x, 0.6);
-//
-//        }];
         NSInteger timeLong = ceil(msgArr.count / 2.5);
         {//你有多少数据量
             self.messageLabel.text = msgModel.showTrans ? msgModel.sendTextTrans : msgModel.sendText;

+ 1 - 1
SLAiELTS/SLAiELTS/ViewControllers/Moments/MomentsVc/SLCreatMomentsVc.m

@@ -105,7 +105,7 @@
                 [weakSelf.remidLookView.scrollView addSubview:imageView];
             }];
         };
-        vc.title = @"@好友";
+        vc.title = @"提醒谁看";
         [weakSelf navPushViewController:vc animated:YES];
     }];
 }