zepojo/UPCarouselFlowLayout

Layout attribute

Closed this issue · 4 comments

Layout attribute works not fine.

img_8114

When u scroll next - everything alright.

Same here!

@mboeddeker iOS 10... w/o all cell's data same..

@mboeddeker I fixed that.

if #available(iOS 10.0, *) { collectionView.prefetchingEnabled = false }

Indeed, it seemed to be related to the prefetching of the collectionView.
Thanks @andreyoshev for pointing this out and for the fix 👍