How to get visible IndexPath while scrolling in collectionView,I referred many link1,link2 But indexPathForCell is not suppor
visible IndexPath
scrolling
collectionView
indexPathForCell
Have you tried delegate function?
public func indexPathsForVisibleItems() -> [NSIndexPath]
or
collectionView.indexPathsForVisibleItems()
these must give you what you wanted.