소스 검색

调整字幕 的层级

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)