UPCarouselFlowLayout icon indicating copy to clipboard operation
UPCarouselFlowLayout copied to clipboard

A fancy carousel flow layout for UICollectionView on iOS.

Results 43 UPCarouselFlowLayout issues
Sort by recently updated
recently updated
newest added

Any way to change the color properties of unselected cells, as well as changing the size and alpha of the central cell?

* Expected Behavior: For **a normal paging UICollectionView using a standard flow layout**, you can swipe the cell quickly and let go (before it reaches the threshold to show the...

How can I solve the alignment problem when cells are smaller than half of the screen and I want to see the first or last cell? See attached GIF: ![bug...

I want to start my collection view from the centre - the initial cell will be in the centre user can swipe left or right - the transformation not working.

As of now, user must tap a cell in order to trigger didSelectItemAtIndexPath. Is there a way to select the center cell once the scrolling ended automatically?

Hello! If you embed ViewController in NavigationViewController in Example you get following errors on iPhone 5S 10.2: ``` 2018-01-17 21:52:56.026 UPCarouselFlowLayoutDemo[63712:5963793] The behavior of the UICollectionViewFlowLayout is not defined because:...

Hi, When i rotate device to landscape mode always taking this warning? Thanks. The behavior of the UICollectionViewFlowLayout is not defined because: 2017-01-24 02:57:44.553 UPCarouselFlowLayoutDemo[32030:325685] the item height must be...

hi, first of all, thanks for your work! the carousel is working nice for my app. i want to connect the carousel with my pageView. My carousel just got a...

Hi love your UPCarouselFlowLayout it's awesome library . by the way is it RTL supported with your present library i need to use in RTL also, is there any way...

As my issue title suggests, I'm curious how I can reset the position of the carousel when the .reloadData() function is called on the associated UICollectionView. I'd like it to...