|
@@ -23,7 +23,7 @@ class INVideoExportController: BFBaseViewController {
|
|
|
var saveOnlyUlr = URL(fileURLWithPath: "aaa")
|
|
|
var isExporting = false
|
|
|
|
|
|
- // 播放进度
|
|
|
+ // 预览播放进度
|
|
|
lazy var progreddL: UILabel = {
|
|
|
let l = UILabel(frame: CGRect(x: 0, y: cDevice_iPhoneStatusBarHei, width: cScreenWidth, height: 14))
|
|
|
l.textAlignment = .center
|
|
@@ -231,7 +231,7 @@ class INVideoExportController: BFBaseViewController {
|
|
|
|
|
|
progressL.snp.makeConstraints { make in
|
|
|
make.center.width.equalToSuperview()
|
|
|
- make.height.equalTo(20)
|
|
|
+ make.height.equalTo(28)
|
|
|
}
|
|
|
|
|
|
progreddL.snp.makeConstraints { make in
|