ASCollectionView icon indicating copy to clipboard operation
ASCollectionView copied to clipboard

ASCollectionViewDelegate: support fast index scrolling?

Open quantamrhino opened this issue 2 years ago • 0 comments

I have a class that inherits from ASCollectionViewDelegate with implementations for func indexTitles(for collectionView: UICollectionView) -> [String]? and func collectionView(_ collectionView: UICollectionView, indexPathForIndexTitle title: String, at index: Int) -> IndexPath

But they never get called. Not sure what I am doing wrong.

quantamrhino avatar Feb 26 '22 07:02 quantamrhino