Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to replicate the iOS Chrome tabs effect with a UICollectionView [closed]

I'm creating an App in which one of the views is a UICollectionView inside a UIView. I'm trying to replicate the Chrome for iOS effect when all the active tabs are in view, like this:

Chrome for iOS open tabs view

Does anyone has an idea on how to accomplish this with a UICollectionView o has a link to a tutorial or something that could help?

like image 529
Oscar Swanros Avatar asked Oct 21 '22 13:10

Oscar Swanros


1 Answers

I have a couple of links that may help!

Sample Code #1

Sample Code #2

like image 132
Luke Avatar answered Oct 24 '22 03:10

Luke