فهرست منبع

使用主题色

jsonwang 3 سال پیش
والد
کامیت
deb57305a9
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      BFFramework/Classes/Stuckpoint/View/PQCustomSwitchView.swift

+ 0 - 2
BFFramework/Classes/Stuckpoint/View/PQCustomSwitchView.swift

@@ -32,9 +32,7 @@ class PQCustomSwitchView: UIView {
             itemBtn.tag = index + 1
             itemBtn.setTitle(itemTitle, for: .normal)
             itemBtn.setTitleColor(UIColor.hexColor(hexadecimal: "#959595"), for: .normal)
-            
             itemBtn.setTitleColor(UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue), for: .selected)
-            itemBtn.setTitleColor(UIColor.hexColor(hexadecimal: "#3DC1C1"), for: .selected)
             itemBtn.addTarget(self, action: #selector(btnClick(sender:)), for: .touchUpInside)
   
             itemBtn.isSelected = index == (defaultIndex - 1)