So I implemented a proper TableView with a search functionality and sectionIndexTitles. Now, I am trying to implement a UICollectionView and it is working so far, except that I can’t easily have sectionIndexTitles (the right scroll bar).
If I look at the Facebook Application, it looks like a UICollectionView, but with indeed sectionIndexTitles and a searchbar. I can’t seem to find such functions for the UICollectionView model.
Any ideas?!
Thanks!

I had a similar requirement (for a horizontal collection view) and ended up building an index view subclass myself.
I plan to open-source it but that will likely have to wait until next month, so here’s a stub to get you started:
YMCollectionIndexView.h
YMCollectionIndexView.m
In your view controller: