InfiniteLayout
InfiniteLayout copied to clipboard
Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension, SectionModel & AnimatableSectionModel support
`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  my code for combining is:  and...