kreeger / BDKCollectionIndexView

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

Replace labelColor with view's tintColor to match iOS 7/8 design #17

Closed hipwelljo closed 9 years ago

hipwelljo commented 9 years ago

Also updated tintColorDidChange to loop over indexLabels not subviews

kreeger commented 9 years ago

Working my way up, I didn't see this one! I've already pretty much made the relevant changes after merging in the previous PR, so I'm closing this one. Thank you! (I'm also bringing in the labelColor -> tintColor change by hand).

kreeger commented 9 years ago

This is now available in v2.0.0.

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