Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 4d74e59

Browse files
authored
Update README.md
1 parent f8fff2d commit 4d74e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ The way that this layout works is putting all the cells in the collectionview fr
265265
and then it applies transforms on the target view (StackTransformView.cardView, ScaleTransformView.scalableView etc).
266266
so you can use `func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)` but only for one cell at the same time
267267
you can implement `func zPosition(progress: CGFloat) -> Int` to specify wich cell should be on top
268+
this also means you can't handle any gesture for the cell that is not on the top!
268269

269270
if you would like to handle tap on multiple cells at the same time see [Handle touches](https://github.com/amirdew/CollectionViewPagingLayout#handle-touches)
270271

0 commit comments

Comments
 (0)