kreeger / BDKCollectionIndexView

Gives a UICollectionView the sectionIndexTitles scrub bar that a UITableView gets for almost free.
MIT License
158 stars 29 forks source link

index title allows duplicate titles #1

Closed mahal closed 11 years ago

mahal commented 11 years ago

indexTitles can now contain duplicate titles like [A ● D ● G ] or [1 | | | | | | | 2 | | | | | | | | 3]

Solved by getting the selected index not from string in indexTitles but from tag of label

kreeger commented 11 years ago

I like what you've done with this. Thanks, @mahal!

kreeger commented 11 years ago

I've tagged and pushed v1.0.2 to the CocoaPods spec index as well. Thanks for your contribution, @mahal.