InfiniteCarousel
InfiniteCarousel copied to clipboard
How to use cellForRow without an IndexPath
in didSelectRow, how would I do something like this let cell = collectionView.cellForItem(at: IndexPath(item: index, section: 0)) as! CollectionCell... it doesn't seem to work