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

你好,请问能实现 tabbaritem 纯文字,选中之后带下划线,那种样式吗? #2

Closed buoge closed 7 years ago

buoge commented 8 years ago

你好,请问能实现 tabbaritem 纯文字,选中之后带下划线,那种样式吗?tabbar 选中,划线动画移动到相应位置。

是需要在layout subview 方法中自定义吗?

ChenYilong commented 8 years ago

这种样式不支持,因为用的是系统自带的tabbar实现的,所以实现动画的话,是不太可能的。你的这种需求只能自定义tabbar了,先把tabbar隐藏掉,然后自己创建一个view放在屏幕底部。

buoge commented 8 years ago

感谢,回答,我目前是按您说的这种思路,自定义view 实现的,不知道还有没有更好的实现方案,所以来请教, 再次感谢!