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

关于使用过程遇到的问题 #44

Closed zuocai1993 closed 8 years ago

zuocai1993 commented 8 years ago

1.我需要指定加号位置时 为什么必须是奇数才能指定? + (NSUInteger)indexOfPlusButtonInTabBar

ChenYilong commented 8 years ago

你这里是有偶数指定plusButton位置的需求吗?之前因为感觉不会有这种需求,所以就限制了,你这里有效果图吗?方便贴下吗?

zuocai1993 commented 8 years ago

airbnb这个app你可以看下,就是这样的效果。

发自 网易邮箱大师 在2016年05月02日 08:24,微博@iOS程序犭袁 写道:

你这里是有偶数指定plusButton位置的需求吗?之前因为感觉不会有这种需求,所以就限制了,你这里有效果图吗?方便贴下吗?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

ChenYilong commented 8 years ago

看到了,我马上修改下这个限制,升级一个版本,更新下pod。

ChenYilong commented 8 years ago

v1.3.1已经允许Airbnb样式:允许在tabbarItem个数为偶数时指定PlusButton位置,请pod update。

zuocai1993 commented 8 years ago

大赞

发自 网易邮箱大师 在2016年05月02日 11:15,微博@iOS程序犭袁 写道:

v1.3.1已经允许Airbnb样式:允许在tabbarItem个数为偶数时指定PlusButton位置,请pod update。

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub