BDKCollectionIndexView
BDKCollectionIndexView copied to clipboard
Gives a UICollectionView the sectionIndexTitles scrub bar that a UITableView gets for almost free.
Hi there 👋 We're using this component in our app but the iOS team are moving towards just using [Swift Package Manager](https://github.com/apple/swift-package-manager) for managing dependencies. So I've added a `Package.swift`...
i adding peekView;
I'm trying to use your framework to be able to get an index list for my collection view. Before actually doing this inside of my project I figured it would...
On devices with a large height, the usability could be improved if the BDKCollectionIndexView would evenly stretch out its subviews as opposed to keeping them tightly spaced.
This is a problem, e.g. when using the new multitasking feature on the iPad Pro. The proper fix seems to me: - (void)handleGesture:(UIGestureRecognizer *)recognizer { - [self setBackgroundVisibility:!(recognizer.state == UIGestureRecognizerStateEnded)];...
Swift is da :bomb:
The table index sections will automatically take out indexes and add dots instead if the available height isn't large enough to display all icons. It'd be nice to add this...