From c5eabe180da0233e4ac39e457453abcf4fe67e7e Mon Sep 17 00:00:00 2001 From: bluesea <307723040@qq.com> Date: Sun, 7 Apr 2024 17:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E6=B3=A8=E9=87=8A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CCSpatialPhotoDisplayController.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayController.swift b/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayController.swift index f89f8f7..0723428 100644 --- a/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayController.swift +++ b/SwiftProject/SwiftProject/Project/Controller/RecordingVideo/CCSpatialPhotoDisplayController/CCSpatialPhotoDisplayController.swift @@ -276,16 +276,10 @@ class CCSpatialPhotoDisplayController: BaseController { let ws = us as! UIWindowScene if ws.session.role.rawValue == "UIWindowSceneSessionRoleExternalDisplayNonInteractive"{ externalVC = ws.windows.first?.rootViewController as? ZZHExternalViewController -// if let has_exvc = exvc { -// has_exvc.imageView?.image = mImgView.image -// } - externalDispalylink = ws.windows.first?.screen.displayLink(withTarget: self, selector: #selector(displayUpdate(caDisplayLink:))) externalDispalylink?.add(to: RunLoop.main, forMode: RunLoop.Mode.common) } - - } // 获取所有打开的会话 // let sessions:Set = UIApplication.shared.openSessions