Closed JDModi closed 6 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) }
Thanks, awesome contribution!
thanks man
thx man~
same problem in iOS 12
How To hide Animated Tabbar ?