InfiniteLayout icon indicating copy to clipboard operation
InfiniteLayout copied to clipboard

Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension, SectionModel & AnimatableSectionModel support

Results 13 InfiniteLayout issues
Sort by recently updated
recently updated
newest added

`func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath])` and `func collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath])` are called repeatedly with the same values, making it almost entirely useless. Has anyone encountered...

hey there, spm can't fetch 0.5, need set tag to 0.5.0

Hello! First of all wanted to thank you for such an amazing library! :) I am trying to implement infinitely scrolling collection view with timer, so that it periodically slides...

Hi, If number of items is zero, attemp to call `collectionView?.centeredIndexPath` will cause "divide by zero" crash instead returning **nil** Thanks.

updated project to spm 5.3 updated rxLibs to latest versions updated pods fixed warnings

https://github.com/arnauddorgans/InfiniteLayout/issues/11#issue-482260341

it is required to make the collectionview scroll infinitely automatically

Hello, I would like to scroll to a not visible cell. Is it possible to perform it with the framework? Thanks

Hi, How I can alignment left collectionViewCell in your layout?

I've tried combining InfiniteCollectionView with CollectionPickerView but I'm getting an exception here: > Thread 1: EXC_BAD_ACCESS (code=2, address=0x16f56bfd0) on line 27: InfiniteCollectionViewProxy.swift ![image](https://user-images.githubusercontent.com/24360125/73267276-f6175400-41ed-11ea-9902-88eb1667e6fd.png) my code for combining is: ![image](https://user-images.githubusercontent.com/24360125/73267825-fe23c380-41ee-11ea-8f5a-0500cff5ea2f.png) and...