apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.35k stars 160 forks source link

ASCollectionViewDelegate: support fast index scrolling? #233

Open quantamrhino opened 2 years ago

quantamrhino commented 2 years ago

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.