- iOS 9.3+
- xCode 10
To run the example project, clone the repo, and run ExampleApp scheme from BubbleTabBar.xcodeproj
Make the following entry in your Cartfile:
github "Cuberto/bubble-icon-tabbar"
Then run carthage update.
If this is your first time using Carthage in the project, you'll need to go through some additional steps as explained over at Carthage.
Add content of folder BubbleTabBar/Classes to your project
-
Create a new UITabBarController in your storyboard or nib.
-
Set the class of the UITabBarController to
BubbleTabBarControllerin your Storyboard or nib. -
Add a custom image icon and title for UITabBarItem of each child ViewContrroller
-
If you need cutom color for each tab set
CBTabBarItemclass to tab bar items and usetintColorproperty
- Import
BubbleTabBar - Instantiate
BubbleTabBarController - Add some child conrollers and don't forget to set them tabBar items with title and image
- If you need cutom color for each tab use
CBTabBarIteminstead of UITabBarItem settintColorproperty
Similar library BubbleTabBar by Cuberto
Cuberto Design, info@cuberto.com
BubbleTabBar is available under the MIT license. See the LICENSE file for more info.