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

调用【setSelectedIndex:】设置初始的tab #515

Open FavoShuai opened 4 years ago

FavoShuai commented 4 years ago

enter image description here



Base Info for this issue

  1. Version:Latest Version as here
  2. Language of App :Objective-C/Swift
  3. iOS System Version:iOS12
  4. Prototype(是否是真机):YES
  5. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A

1. How to reproduce the problem.

当使用自定义的CYLPlusButton时,调用【setSelectedIndex:index】会选中当前index的文字,图片选中的却是右边的。这个是bug还是有特殊的设置方法。

2. Please help me in this way.

3. Here is a Demo.

4. Here is my Debug log


rockerkekex commented 3 years ago

也碰到了类似的问题,请问解决了吗?