JoniVR / VerticalCardSwiper

A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
MIT License
1.39k stars 100 forks source link

[Question] Current and Next cell with different size. #86

Open o1xhack opened 3 years ago

o1xhack commented 3 years ago

New Issue Checklist

Question

So the whole view will always have 2 cell, one is the current focused one and another is next one. I want to current one have the screen_width. The next one have screen_width-30. And once I scroll the next one, it become the current one and become the screen_width. Is there a way to fullfill this?