CustomTabBar
Thanks to Riccardo Cipolleschi for his awesome tutorial.
The TabBar is created with ViewController 's child parent concept. Three basic functionality added,
switchTab(_)hideTabBar()showTabBar()
Hide and Show is done with a Slide Up and Down Animation. Assin Your ViewControllers to TabBarController's [viewControllers] array. Design your required cell in TabBarCell As the basic component is a UICollectionView, feel free to contomize according to your likings.
