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

Hiding tabbar issue #289

Closed Maulik9110 closed 4 years ago

Maulik9110 commented 4 years ago

If tried hiding with below code,

let animatedTabBar = self as? RAMAnimatedTabBarController animatedTabBar?.animationTabBarHidden(!visible)

in the next screen it appears the full black tabbar.

And if tried using, viewController.hidesBottomBarWhenPushed = true then it works like a charm but the problem is after coming back to the previous screen tab icons just disappears.

xcode: 11.0 swift: 4.2

Any solution for this??

igork-ramotion commented 4 years ago

@Maulik9110 Hey! Please take a look at hide-tab-bar-example. For me it work fine in both scenarios.
Reopen this issue if you still have problems with hiding tab bar also in that case please specify what iOS version you use.
Also you can provide your example code to reproduce this issue