iosobjective-cuitableviewuicollectionviewuilocalizedcollation

Is it possible to UILocalizedIndexedCollation with UICollectionView?


Is it possible to UILocalizedIndexedCollation with a UICollectionView? I'm using UICollectionView to show data but I want to use UILocalizedIndexedCollation like iOS contacts with it. I didn't find a way to do it


Solution

  • please take a look at BDKCollectionIndexView as I'm having the same need to implement one.