You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,7 @@ The way that this layout works is putting all the cells in the collectionview fr
265
265
and then it applies transforms on the target view (StackTransformView.cardView, ScaleTransformView.scalableView etc).
266
266
so you can use `func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)` but only for one cell at the same time
267
267
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!
268
269
269
270
if you would like to handle tap on multiple cells at the same time see [Handle touches](https://github.com/amirdew/CollectionViewPagingLayout#handle-touches)
0 commit comments