kreeger / BDKCollectionIndexView

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

Please add Added -[BDKCollectionIndexView reloadData] to force data to be reloaded. #6

Closed huperniketes closed 9 years ago

huperniketes commented 9 years ago

For use when the data source reference hasn't been changed, but its data has.

huperniketes commented 9 years ago

Available in pull request https://github.com/kreeger/BDKCollectionIndexView/pull/7

kreeger commented 9 years ago

Merged #7. This is fixed.