From 6d9cb4afd2041e4a6734716b777ce5e6a8049d2e Mon Sep 17 00:00:00 2001 From: bluesea <307723040@qq.com> Date: Tue, 30 Apr 2024 18:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9B=BE=E7=89=87=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E9=A1=B5=E9=9D=A2=E7=9A=84=E3=80=82=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=89=8B=E5=86=8C=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CCSpatialPhotoDisplayEx.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayEx.swift b/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayEx.swift index 65bde81..caa9112 100644 --- a/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayEx.swift +++ b/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayEx.swift @@ -42,6 +42,7 @@ extension CCSpatialPhotoDisplayController { @objc func showEDView(sender:UIButton) { print("showedview....") + self.tipsButton.isHidden = true CustomParamBoardView.showBoard(scaleCallback: {[weak self] scale in self?.currentScale = scale }, edCallback: {[weak self] ed in @@ -51,6 +52,7 @@ extension CCSpatialPhotoDisplayController { self?.currentED = 0 }, dismissCallback:{[weak self] in self?.saveParams() + self?.tipsButton.isHidden = false },scale: currentScale, ed: currentED,canChangeED: isPlayingOnExternalScreen) }