apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] IndexTitles implementation

FaizanDurrani opened this issue · comments

@FaizanDurrani This should be relatively simple to implement. I'm not too familiar with IndexTitles on collection views - any thoughts on the best API to provide this behaviour? I was thinking that each section could have a closure that returns an IndexTitle (if desired) or nil for a given index path. Would that meet your expected use case?

Closing as the indexTitles API is not supported on iOS (only tvOS). This is incorrect in the apple documentation.