aataraxiaa / ScalingCarousel

A super simple carousel view with scaling transitions written in Swift
MIT License
756 stars 98 forks source link

CollectionViewCell Resizes to CollectionView Frame #49

Closed ccynn closed 6 years ago

ccynn commented 6 years ago

Hi,

It's been great to use this repo, but I noticed that the cell's size took up the whole size of the collectionView (with added inset). Is there any way I am able to maintain and display a set cell size? I am trying to, for example, display a first cell at it's full, set size, and two trailing cells scaled down.

Thank you.

ccynn commented 6 years ago

I actually tinkered around with the section insets through IB and was able to get my desired sizing!

aataraxiaa commented 6 years ago

That's awesome to hear @ccynn 👍🏼. Apologies I didn't get around to responding to you earlier.