From c1a2a619fc9c87d789a06b380ff96e4dcde7dd38 Mon Sep 17 00:00:00 2001 From: WillianZ Date: Sun, 28 Jul 2019 20:12:20 +0300 Subject: [PATCH] Open selection color of cell --- Sources/FSPagerViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FSPagerViewCell.swift b/Sources/FSPagerViewCell.swift index 286eb38..a1a0a97 100644 --- a/Sources/FSPagerViewCell.swift +++ b/Sources/FSPagerViewCell.swift @@ -48,7 +48,7 @@ open class FSPagerViewCell: UICollectionViewCell { fileprivate weak var _imageView: UIImageView? fileprivate let kvoContext = UnsafeMutableRawPointer(bitPattern: 0) - fileprivate let selectionColor = UIColor(white: 0.2, alpha: 0.2) + open var selectionColor = UIColor(white: 0.2, alpha: 0.2) fileprivate weak var _selectedForegroundView: UIView? fileprivate var selectedForegroundView: UIView? {