Browse Source

清除屏幕UI

harry 3 years ago
parent
commit
0681a1886b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Introduce/Record/INIntroduceController.swift

+ 5 - 0
Introduce/Record/INIntroduceController.swift

@@ -82,6 +82,11 @@ class INIntroduceController: BFBaseViewController {
         if let ass = assets {
             recordScreenVC.fetchMaterial(ass)
         }
+        
+        recordScreenVC.cleanScreen = {[weak self] ishiddenNav in
+            guard let wself = self else { return }
+            wself.navHeadImageView?.isHidden = ishiddenNav
+        }
         recordScreenVC.changeItemHandle = { [weak self] index in
             
             guard let wself = self else { return }