kreeger / BDKCollectionIndexView

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

Added -[BDKCollectionIndexView reloadData] to force data to be reloaded. #7

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.

kreeger commented 9 years ago

Thanks for this, @huperniketes!

kreeger commented 9 years ago

This is now available in v2.0.0.

https://github.com/kreeger/BDKCollectionIndexView/releases/tag/v2.0.0

huperniketes commented 9 years ago

Glad to help. Thanks for BDKCollectionIndexView!