-
I have added using pod. Followed every step but can't animate the tabs. I downloaded the project and found that tab user controller is inherited from Animated Tab Bar. This is the only difference I co…
-
**Environment**
Xcode Version: 10.2
Swift Version: 5
**Goals**
Swift 5 support for the framework
**Expected Results**
No warning to convert RAMAnimatedTabBarController to Swift 5
**Actu…
-
How To hide Animated Tabbar ?
-
When I pushed from a VC to anothor VC,I want to hide the tabbar. So what I do first is set the "Hide Bottom Bar on Push" in the Storyboard ,the result is the tabbar is hidden indeed but the UITabbarI…
-
Hey guys,
First of all let me thank you for this amazing library! It really gives the applications a new dimension :)
I have come across a major issue when trying to hide the TabBar while pushing an…
-
I need to change the selected TabBar programatically and usually I would do it just like this.
`self.tabBarController?.selectedIndex = 2`
And it is working, but how do I do that and animate and chan…
-
`hidesBottomBarWhenPushed` breaks `animationTabBarHidden()`
I am using `animationTabBarHidden()` in order to hide the tab bar items. But this will leave a blank space on the bottom of my screen so I …
-
Cartfile:
`github "Ramotion/animated-tab-bar", "~> 2.0.1"`
Terminal:
`cdmac$ carthage update --platform iOS`
`Parse error: unexpected trailing characters in line: github "Ramotion/animated-tab-bar",…
-
suggest add hidesBottomBarWhenPushed support or hide/show animation
thx.