|
@@ -231,7 +231,7 @@ class INVideoExportController: BFBaseViewController {
|
|
|
case ExportError.DiskNoSpace.rawValue :
|
|
|
l.text = "手机存储空间不足"
|
|
|
case ExportError.VoiceLost.rawValue :
|
|
|
- l.text = "手机存储空间不足"
|
|
|
+ l.text = "手机录音文件丢失"
|
|
|
default:
|
|
|
l.text = "请重新尝试"
|
|
|
}
|
|
@@ -309,7 +309,7 @@ class INVideoExportController: BFBaseViewController {
|
|
|
if let sbtn = sliderView?.viewWithTag(1) as? UIButton {
|
|
|
sbtn.isSelected = false
|
|
|
avplayer.play()
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|