CYLTabBarController icon indicating copy to clipboard operation
CYLTabBarController copied to clipboard

[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,支...

Results 123 CYLTabBarController issues
Sort by recently updated
recently updated
newest added

-------------------------------------------- -------------------------------------------- ## My issue:

Q-A

-------------------------------------------- -------------------------------------------- ## My issue:

Q-A

-------------------------------------------- -------------------------------------------- ## My issue:

Q-A

## Base Info for this issue 1. Version:Latest Version as [here](https://github.com/ChenYilong/CYLTabBarController/blob/master/CYLTabBarController.podspec) 2. Language of App :Objective-C 4. iOS System Version:iOS12 5. Prototype(是否是真机):YES 6. Issue Type:Bug、Q-A ## 1. How to reproduce...

bug

## Base Info for this issue 1. Version:v1.17.22 2. Language:Objective-C 4. iOS System Version:iOS12 5. Prototype(是否是真机):YES 6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A ## 1. How to repeat the problem. tabbar icon 如何设置网络图片? 我尝试使用以下方法发现问题:...

-------------------------------------------- -------------------------------------------- ## My issue: 为啥设置unselectedItemTintColor属性无效呢? 未选中的图标总是显示灰蒙蒙的颜色。 谢谢。

Q-A

切换暗黑模式时, UIControl+CYLTabBarControllerExtention类中的,self.selected 会变成 yes 具体代码: - (BOOL)cyl_isSelected { NSUInteger tabBarSelectedIndex = self.cyl_tabBarController.selectedIndex; NSUInteger tabBarChildViewControllerIndex = self.cyl_tabBarChildViewControllerIndex; ///此时的self.selected会变成 yes,导致代码判断逻辑错误,这个self.selected 具体是干嘛用的 BOOL isSelected = (tabBarSelectedIndex == tabBarChildViewControllerIndex) && self.selected; if (self.cyl_tabBarController.tabBar.cyl_hasPlusChildViewController) {...

bug