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

add hidesBottomBarWhenPushed support or hide/show animation #84

Closed AliThink closed 8 years ago

AliThink commented 8 years ago

suggest add hidesBottomBarWhenPushed support or hide/show animation thx.

ducky007 commented 8 years ago

There is already support to hide the bar. Use something like the following in your code...

let animatedTabBar = self.tabBarController as! RAMAnimatedTabBarController animatedTabBar.animationTabBarHidden(true)

AliThink commented 8 years ago

thx for reply .I know this method.But it's no animation when hide or show. Add some animation will better.

wanghengheng commented 8 years ago

regrettable

hologerry commented 8 years ago

THX