How to get visible IndexPath while scrolling in collectionView,I referred many link1,link2 But indexPathForCell is not suppor
visible IndexPath
scrolling
collectionView
indexPathForCell
You can use method of UICollectionView as :
let indexPath = NSIndexPath(item: value1, section: value2)