Explorar o código

Merge branch 'master' of https://git.yishihui.com/iOS/BFRecordScreenKit

* 'master' of https://git.yishihui.com/iOS/BFRecordScreenKit:
  1.修改提示
harry %!s(int64=3) %!d(string=hai) anos
pai
achega
f1f29898fb

+ 1 - 1
BFRecordScreenKit/Classes/BFRecordExport.swift

@@ -22,7 +22,7 @@ public enum ExportError: Int {
     case DiskNoSpace = -31006
 }
 
-let testFor = true
+let testFor = false
 
 public class BFRecordExport {
     public var progress: ((Float) -> Void)?

+ 2 - 2
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -722,8 +722,8 @@ public class BFRecordScreenController: BFBaseViewController {
             cShowHUB(superView: view, msg: "网络不佳,字幕可能无法生成")
         }
 
-        view.addSubview(neoNuiDebugLabel)
-        view.addSubview(audioQueueRecoderLabel)
+//        view.addSubview(neoNuiDebugLabel)
+//        view.addSubview(audioQueueRecoderLabel)
     }
 
     @objc func editSubtitle() {