|
@@ -73,7 +73,9 @@ class INVideoExportController: BFBaseViewController {
|
|
|
lazy var completeBtn: UIButton = {
|
|
|
let btn = UIButton()
|
|
|
btn.setTitle("完成", for: .normal)
|
|
|
+// btn.setTitleColor(.white, for: .normal)
|
|
|
btn.setTitleColor(UIColor.hexColor(hexadecimal: "#B1B1B1"), for: .normal)
|
|
|
+ btn.setTitleColor(.gray, for: .disabled)
|
|
|
btn.addTarget(self, action: #selector(completeAction), for: .touchUpInside)
|
|
|
return btn
|
|
|
}()
|