Skip to content

Commit

Permalink
feat: Add autoDeselectItems = false
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Jul 8, 2024
1 parent 681ebb8 commit ad93fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Epoxy/CollectionView/CollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ open class CollectionView: EpoxyCollectionView.CollectionView {
override public init(layout: UICollectionViewLayout, configuration: CollectionViewConfiguration = .shared) {
super.init(layout: layout, configuration: configuration)

autoDeselectItems = false
showsVerticalScrollIndicator = false
showsHorizontalScrollIndicator = false
}
Expand Down

0 comments on commit ad93fe9

Please sign in to comment.