An index-title-scrubber-bar, for use with a
UICollectionView(or even aPSTCollectionView). Gives a collection view the index title bar for-sectionIndexTitlesthat aUITableViewgets for (almost) free. A huge thank you to @Yang from [this Stack Overflow post][so], which saved my bacon here.
When you're using a UITableView and you define the UITableViewDataSource method -sectionIndexTitlesForTableView:, you get a sweet right-hand-side view for scrubbing through a long table view of fields, separated by sections. The titles are the names of the sections, by default (or at least letters based on the section names).
