فهرست منبع

修改选中背景色

jsonwang 3 سال پیش
والد
کامیت
03c241d656
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      BFFramework/Classes/selectImage/PQSelecteVideoItemCell.swift

+ 1 - 1
BFFramework/Classes/selectImage/PQSelecteVideoItemCell.swift

@@ -39,7 +39,7 @@ class PQSelecteVideoItemCell: UICollectionViewCell {
 
     lazy var bgView: UIView = {
         let bgView = UIView()
-        bgView.backgroundColor = UIColor(red: 238 / 255.0, green: 0, blue: 81 / 255.0, alpha: 0.3)
+        bgView.backgroundColor = UIColor.init(red: 61.0 / 255.0 , green: 193.0 / 255.0 , blue: 193.0 / 255.0, alpha: 0.6)
         return bgView
     }()