JoniVR / VerticalCardSwiper

A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Current and Next cell with different size.

o1xhack opened this issue · comments

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?