This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Description
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.