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

kindly add Swift Package Manage.

Please update the project to Swift 5 version for stability. Thanks

scroll not smooth while scroll small space and release your hand quickly

Hi, Thanks for your great repo. There were 3 auto layout warnings, so I removed them. And I increased Info. label length because I need to increase it. Thanks again.

Rotating device from portrait to landscape sets contentOffset to zero and shows first item as selected while the actual item is the other item.

Thread 1: EXC_BAD_ACCESS (code=2, address=0x16ba93fe0) override open func layoutAttributesForElements(in rect: CGRect) -> [UICollectionViewLayoutAttributes]? { guard let superAttributes = super.layoutAttributesForElements(in: rect), let attributes = NSArray(array: superAttributes, copyItems: true) as? [UICollectionViewLayoutAttributes] else...

scrollViewDidScroll(_scrollView:) replaced scrollViewDidEndDecelerating(_ scrollView:) method currentPage checks now if the indices of the items contains the current page of the collection view

scroll not smooth while scroll small space and release your hand quickly