Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/FSPagerViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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? {
Expand Down