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.91k stars 1.45k forks source link

[Q-A]使用方法询问: #523

Closed HanFei0813 closed 4 years ago

HanFei0813 commented 4 years ago

模仿最新版本,window的根视图用 NavigationController,嵌套 CYLTabBarController,有plusbutton,不指定 plusChildViewController,点击 plusbutton,用NavigationController跳转新界面,tabbar会闪一下,然后跳转的界面不能平铺到屏幕底部,下面留有tabbar的高度,tabbar也隐藏了。 我想实现的是,正常跳转,隐藏tabbar,跳转的界面平铺到屏幕底部,新界面返回选中之前选中的item。