فهرست منبع

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

* 'master' of https://git.yishihui.com/iOS/BFRecordScreenKit:
  图片素材拖动指针时同时更新字幕显现数据
harry 3 سال پیش
والد
کامیت
f058a5a2aa
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

+ 3 - 0
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -1517,6 +1517,9 @@ public class BFRecordScreenController: BFBaseViewController {
                 self?.progreddL.text = String(format: "%@", CMTimeGetSeconds(self!.currentAssetProgress).formatDurationToHMS())
             }
             BFLog(message: "progress = \(progress),currentAssetProgress = \(currentAssetProgress.seconds),materialDuraion = \(itemModels[currItemModelIndex].materialDuraion)")
+            
+            //add by ak 图片素材拖动指针时同时更新字幕显现数据 
+            updateSubtitle(time: currentAssetProgress)
         }
     }