소스 검색

返回处理

harry 3 년 전
부모
커밋
7ea44db79b
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Introduce/Record/INIntrocudeController.swift

+ 6 - 0
Introduce/Record/INIntrocudeController.swift

@@ -45,6 +45,12 @@ class INIntrocudeController: BFBaseViewController {
         view.addSubview(recordScreenVC.view)
     }
     
+    
+    override func backBtnClick() {
+        recordScreenVC.backBtnClick()
+        super.backBtnClick()
+    }
+    
     @objc func exportAction(){
         let controller = INVideoExportController()
         controller.export.voiceList = recordScreenVC.recordList