Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.12k stars 1.33k forks source link

how I can make tabBar.isHidden here ?? #239

Closed Rehamsa3d closed 5 years ago

Rehamsa3d commented 5 years ago

//self.tabBarController?.tabBar.isHidden = true don't work ??

Yonodactyl commented 5 years ago

For the purpose of ruling out the possible, do you have that actually commented out in your source code? It should not include the // in front of self.tab....

Rehamsa3d commented 5 years ago

For the purpose of ruling out the possible, do you have that actually commented out in your source code? It should not include the // in front of self.tab....

yea of course I mean self.tabBarController?.tabBar.isHidden = true can you help me to solve this issue please??

0ber commented 5 years ago

use this public method to hide tabBar https://github.com/Ramotion/animated-tab-bar/blob/master/RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift#L165