Bladeren bron

3.6.10(3)

100Years 3 weken geleden
bovenliggende
commit
95bb75aa77

+ 2 - 2
TSLiveWallpaper.xcodeproj/project.pbxproj

@@ -1597,7 +1597,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_APP_SANDBOX = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -1638,7 +1638,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_APP_SANDBOX = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;

+ 2 - 2
TSLiveWallpaper/Business/TSAIListVC/TSAIListVC/View/TSAILIstStyleMoreCell.swift

@@ -176,9 +176,9 @@ class TSAILIstStyleMoreAnimationGifCell: TSAILIstStyleMoreBaseCell {
 extension TSAILIstStyleMoreAnimationGifCell : AnimatedImageViewDelegate {
     
     func animatedImageViewDidFinishAnimating(_ imageView: AnimatedImageView){
-        self.animatedImageView.addRealisticFlashEffect {
+//        self.animatedImageView.addRealisticFlashEffect {
             self.model = self.model
-        }
+//        }
 
     }
     

+ 1 - 1
TSLiveWallpaper/Common/Purchase/TSPurchaseManager.swift

@@ -60,7 +60,7 @@ public class PurchaseManager: NSObject {
     }()
     public var expiredDateString: String {
         if vipType == .lifetime{
-            return "Lifetime"
+            return "Lifetime".localized
         } else {
             if let expDate = expiredDate {
                 return dateformat.string(from: expDate)

+ 6 - 3
TSLiveWallpaper/Common/ViewTool/TSPhotoPickerManager/TSPhotoPickerManager.swift

@@ -57,11 +57,14 @@ class TSPhotoPickerManager: NSObject {
         
         config.navigationBarStyle = .black
     
-        config.photoSelectionTapAction = .quickSelect//.preview//
+        config.photoSelectionTapAction = .quickSelect
         config.photoList.bottomView.isHiddenPreviewButton = true
-        
-        
         config.photoList.bottomView.isShowSelectedView = false
+        
+//        config.photoSelectionTapAction = .preview
+//        config.photoList.bottomView.isHiddenPreviewButton = false
+//        config.photoList.bottomView.isShowSelectedView = true
+//        config.photoList.previewStyle = .present
     
         var cameraConfig = SystemCameraConfiguration()
         cameraConfig.allowsEditing = false