|
@@ -698,7 +698,10 @@ class BFRecordScreenCameraManager: BFRecordScreenBaseManager {
|
|
|
dele?.progreddL.text = String(format: "%@", currentAssetProgress.seconds.formatDurationToHMS())
|
|
|
dele?.progressThumV.progress = currentAssetProgress
|
|
|
dele?.updateSubtitle(time: currentAssetProgress)
|
|
|
-
|
|
|
+
|
|
|
+ let p = CGPoint(x: currentAssetProgress.seconds * 70.0 / 5.0, y: 0)
|
|
|
+ cameraProgressV?.progressView.contentOffset = p
|
|
|
+
|
|
|
BFLog(1, message: "curr: \(currentAssetProgress.seconds)")
|
|
|
|
|
|
if currTime.seconds >= (recordItem?.materialDuraion.seconds ?? 0) {
|