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.13k stars 1.33k forks source link

Tabbar Controller Not Hidden #153

Closed JDModi closed 6 years ago

JDModi commented 7 years ago

How To hide Animated Tabbar ?

JDModi commented 7 years ago

Okay Its Solve....

override func viewWillAppear( animated: Bool) { let animatedTabBar = self.tabBarController as! RAMAnimatedTabBarController animatedTabBar.animationTabBarHidden(true) } override func viewWillDisappear( animated: Bool) { let animatedTabBar = self.tabBarController as! RAMAnimatedTabBarController animatedTabBar.animationTabBarHidden(false) }

RodrigoGafa commented 7 years ago

Thanks, awesome contribution!

AliAyasrah commented 7 years ago

thanks man

OhKanghoon commented 6 years ago

thx man~

furiosFast commented 6 years ago

same problem in iOS 12