Browse Source

不显示高亮状态

jsonwang 3 years ago
parent
commit
db93e6f404
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Introduce/Record/INVideoExportController.swift

+ 1 - 0
Introduce/Record/INVideoExportController.swift

@@ -94,6 +94,7 @@ class INVideoExportController: BFBaseViewController {
         btn.titleLabel?.font = UIFont.boldSystemFont(ofSize: 16)
         btn.setImage(UIImage(named: "export_btn"), for: .normal)
         btn.adjustsImageWhenDisabled = true
+        btn.adjustsImageWhenHighlighted = false
         btn.backgroundColor = ThemeStyleColor
         btn.addCorner(roundingCorners: .allCorners, corner: 8)
         btn.addTarget(self, action: #selector(saveToPhotoNow), for: .touchUpInside)