SOTabBar
Light way to add Fancy bottom bar.
? Requirements
SOTabBar requires iOS 9.3 or above, and is compatibile with Swift 4/5.
? Installation
CocoaPods
SOTabBar is available through CocoaPods:
Carthage
SOTabBar is also available through Carthage:
? Usage
The Basics
- Set up your view controller with the an array of view controllers that you want to appear.
- Make your main View Controller subclass from SOTabBarViewController.
- return the array of your ViewControllers:
- you can trigger your tab bar action by override the following function in your MainViewController
? Customization
You should set your customization before return the array of the viewcontrollers