浏览代码

调整字幕 的层级

jsonwang 3 年之前
父节点
当前提交
737fe7200b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

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

@@ -584,6 +584,7 @@ public class BFRecordScreenController: BFBaseViewController {
         //        playView = GPUImageView(frame: view.bounds)
         //        view.addSubview(playView!)
         fetchVideo()
+        view.addSubview(subtitleLabel)
         view.addSubview(playBtn)
         view.addSubview(bottomeView)
         view.addSubview(avatarView)
@@ -592,7 +593,7 @@ public class BFRecordScreenController: BFBaseViewController {
         view.addSubview(subtitleBtn)
         view.addSubview(soundSettingBtn)
         view.addSubview(subtitleSettingView)
-        view.addSubview(subtitleLabel)
+       
 
         view.addSubview(audioSettingView)