Lightweight UITabBar subclass which add a bounce effect under tab icons while switching tab. Use UIKitDynamics.
- Simply drag the
./HLBouncingTabBar
folder into your project.
Just subclass your UITabBar to make it a HLBouncingTabBar instance. Then, assign your UITabBarController delegate directly to the UITabBar.
tabBarController?.delegate = tabBarController?.tabBar as HLBouncingTabBar
Change cursor color:
tabBar.cursorBackgroundColor = UIColor.whiteColor()
Change icons tint color:
tabBar.tintColor = UIColor.yellowColor()
HLBouncingTabBar was developed by Hervé Heurtault de Lammerville. If you have any feature suggestion or bug report, please help out by creating an issue on GitHub.