As the question, I'm trying to add an "index titles" in a collection view for a fast navigation of the contents of my UIColletionView
.
I've read that, starting from iOS 10, method like indexTitles(for:)
and collectionView(_:indexPathForIndexTitle:at:)
can help me in that as in the UITableViews. But I'm not getting any result! Have you figured out how to use those methods? Thanks in advance for any help.