ChenYilong / CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
MIT License
6.92k stars 1.46k forks source link

[bug]:CYLBaseNavigationController setViewControllers hidesBottomBarWhenPushed处理 #483

Closed isee15 closed 3 years ago

isee15 commented 4 years ago

CYLBaseNavigationController 里面对pushViewController处理了hidesBottomBarWhenPushed, 对于setViewControllers 同样需要处理hidesBottomBarWhenPushed

ChenYilong commented 4 years ago

具体需要怎么处理,请帮忙详细描述下,最好贴上代码.

isee15 commented 4 years ago

A push B, push C, 然后C返回的时候要求回到A 这样实际调用的时候就是A push B, 然后B=》C的时候不是调用Push,而是调用 setViewControllers([A,C]),这时setViewControllers就需要处理hidesBottomBarWhenPushed

ChenYilong commented 3 years ago

新版本v1.29.1中已修复