Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

ASCollectionViewDelegate: support fast index scrolling? #233

Open
quantamrhino opened this issue Feb 26, 2022 · 0 comments
Open

ASCollectionViewDelegate: support fast index scrolling? #233

quantamrhino opened this issue Feb 26, 2022 · 0 comments

Comments

@quantamrhino
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant