SectionIndexTitles for a UICollectionView

后端 未结 4 2151
醉话见心
醉话见心 2020-12-08 01:35

So I implemented a proper TableView with a search functionality and sectionIndexTitles. Now, I am trying to implement a UICollectionView

4条回答
  •  盖世英雄少女心
    2020-12-08 02:07

    As of iOS 14 (which has severely enhanced UICollectionView, in particular for making UITableView obsolete), this works as expected by implementing the delegate method indexTitles.

提交回复
热议问题