LightCardTabBar

An expiremental project exploring different types of custom-tabbar styles, screenshots as below.

Screenshots

Light

Special

SemiCard

Card

Implementation

The implementation relies on two main components:
- TabBarController -> which hides the default tabbar and initializes the custom tabbar, and any nesscary components
- BaseCardTabBar -> A base class for any client who wishes to implement custom tab bar, including any actions needed.

Examples

The Example Project includes 4 styles of custom-tabbar, crafted and inspired by well made designs.

Each type of tabbar has the two main components, it's own tabbarcontroller and tabbar, all have the same inteface to interact with.

Your own tabbar!

The Example project demonstrates different types of tabbar represents a wide range of applications you can use, I hope the examples provide a starting point if you want to implement your own.

And as always, you can pull request a new style!

GitHub

https://github.com/hussc/lightCardTabBar