LiquidTabBar
Requirements
- iOS 11.0+
- Xcode 11
Example
To run the example project, clone the repo, and open LiquidTabBar.xcodeproj
Installation
Add content of Classes
folder to your project
Usage
With Storyboard
-
Create a new UITabBarController in your storyboard or nib.
-
Set the class of the UITabBarController to
CBLiquidTabBarController
in your Storyboard or nib. -
Add a custom icon for UITabBarItem of each child ViewContrroller
-
If you need cutom bar animation color for each tab set
CBLiquidTabBarItem
class to tab bar items and usebarAnimationColor
property
Without Storyboard
- Instantiate
CBLiquidTabBarController
- Add some child conrollers and don't forget to set them tabBar items with an image
- If you need cutom bar animation color for each tab set
CBLiquidTabBarItem
class to tab bar items and usebarAnimationColor
property
Author
Cuberto Design, info@cuberto.com
Source Code
You can find the source code here