kreeger / BDKCollectionIndexView

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

Match iOS 7/8 style with little padding between labels #13

Closed hipwelljo closed 9 years ago

hipwelljo commented 9 years ago

The table view index UI changed in iOS 7 to remove the large padding between labels, allowing the user to swipe a small amount of pixels compared to sliding their finger along the entire display or tapping. The collection index view should behave the same way. :)

hipwelljo commented 9 years ago

I have code for this, but it gets rid of the ability to specify endPadding. Not sure if this should be an option controlled by another public property or if it should just be the new behavior to match the latest OS design standards.

kreeger commented 9 years ago

@hipwelljo I'd say let's have this match the latest iOS design standards, and get rid of endPadding. I'll make sure this next release gets a major version bump. Bring on that code!

hipwelljo commented 9 years ago

Cool! When do you think the next release will be, got some other cool updates? :)

kreeger commented 9 years ago

Merged and released as part of v2.0.0!