How to replicate the effect of an iOS Chrome tab using a UICollectionView

I am creating an application in which one of the views is a UICollectionView inside a UIView. I am trying to replicate the Chrome effect for iOS when all active tabs are displayed, for example:

Chrome for iOS open tabs view

Does anyone have an idea on how to do this using UICollectionView o, is there a link to a tutorial or something that might help?

+5
source share
1 answer

I have some links that can help!

Code Example # 1

Code Example # 2

+3
source

All Articles