Ver Fonte

3.6.15(5)打包上线

100Years há 1 mês atrás
pai
commit
75245c9428

+ 2 - 2
AIEmoji.xcodeproj/project.pbxproj

@@ -2544,7 +2544,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 4;
+				CURRENT_PROJECT_VERSION = 5;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -2583,7 +2583,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 4;
+				CURRENT_PROJECT_VERSION = 5;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;

+ 6 - 1
AIEmoji/Business/TSSetingVC/TSAboutDataVC.swift

@@ -45,11 +45,16 @@ class TSAboutDataVC: TSBaseVC {
         
         cusStackView.addSpacing(length: lineSpacing)
         
-        cusStackView.addSubviewToStack(getTextInfoCell(text: "We use third-party cloud providers - Amazon Web Services - to process and edit photos and videos.".localized))
+        cusStackView.addSubviewToStack(getTextInfoCell(text: " We use third-party cloud providers - Amazon Web Services - to process and edit photos and videos. Photos or videos are temporarily cached on the cloud servers a maximum limited period of 24 to 48 hours during the editing process and encrypted using a key stored locally on your mobile device.".localized))
         
         cusStackView.addSpacing(length: lineSpacing)
         
         cusStackView.addSubviewToStack(getTextInfoCell(text: "Photos or videos only remain in the cloud for a maximum limited period of 24 to 48 hours, for improved performance and lower bandwidth allowing additional changes to recently selected photos or videos in an optimal manner.".localized))
+
+        cusStackView.addSpacing(length: lineSpacing)
+        
+        cusStackView.addSubviewToStack(getTextInfoCell(text: "You can go to Setting - Remove Cloud Data to immediately delete all your data without waiting for the 24-48 hour automatic expiration.".localized))
+
     }
     
     func getTextInfoCell(text:String) -> UIView {

+ 2 - 0
AIEmoji/Business/TSTextGeneralPictureVC/TSTTPInputVC/View/TSTitleView.swift

@@ -107,6 +107,8 @@ class TSTitleMoreView: TSTitleView {
         let shimmerView = FBShimmeringView()
         shimmerView.contentView = moreView
         shimmerView.shimmeringSpeed = 150
+//        shimmerView.shimmeringOpacity = 0.3
+//        shimmerView.shimmeringAnimationOpacity = 1.0
         contentView.addSubview(shimmerView)
         shimmerView.snp.makeConstraints { make in
             make.trailing.equalTo(-6)//16