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 this? Or am I using this library incorrectly?
func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath])andfunc collectionView(_ collectionView: UICollectionView, cancelPrefetchingForItemsAt indexPaths: [IndexPath])are called repeatedly with the same values, making it almost entirely useless.Has anyone encountered this? Or am I using this library incorrectly?