I’ve mentioned a number of custom collection view layouts, such as the AirBNB inspired NVBNBCollectionView.
Here’s an open source component called TabbedCollectionView from Guillerme Moura that combines a custom UICollectionView layout with a tabbed controller.
TabbedCollectionView allows you to create a tabbed collection view with tabs that can be labeled with text and images, allows the user to switch between tabs, and also to select between different items that are displayed in a grid style layout.
Here’s an image from the readme showing TabbedCollectionView in action:
You can find TabbedCollectionView on Github here.
A nice custom tabbed component.
Original article: Open Source iOS Component Providing A Tabbed, Selectable Collection View
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
