File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
CenteredCollectionView/Classes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ extension CenteredCollectionView: UICollectionViewDelegate {
109109
110110 // MARK: - Utilized delegate methods
111111 public func collectionView( _ collectionView: UICollectionView , didSelectItemAt indexPath: IndexPath ) {
112+ delegateInterceptor? . collectionView ? ( collectionView, didSelectItemAt: indexPath)
112113 if scrollToEdgeEnabled && !collectionView. isDragging && !collectionView. isDecelerating && !collectionView. isTracking && indexPath. row != currentCenteredPage {
113114 scrollTo ( page: indexPath. row, animated: true )
114115 }
115- delegateInterceptor? . collectionView ? ( collectionView, didSelectItemAt: indexPath)
116116 }
117117
118118 public func scrollViewDidEndDecelerating( _ scrollView: UIScrollView ) {
You can’t perform that action at this time.
0 commit comments