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

当有三个tabbarItem时,其中中间是CYLPlusButton实现,CYLPlusButton不居中(iOS12、13真机模拟器都一样,其他版本由于条件限制未测试),如图: ![image](https://user-images.githubusercontent.com/13596540/87112885-9abeb700-c29f-11ea-92c8-3ce04f1b3fac.png) ![image](https://user-images.githubusercontent.com/13596540/87112906-a7dba600-c29f-11ea-9126-eca8988d474a.png)

bug

其他页面使用原生push到下一个界面,返回时,Tabbar正常。 使用Navigation自定义动画push到下个界面,再返回时,Tabbar消失。

bug

为什么demo运行不起来呢?

Q-A

[添加中间按钮以后,最后一个item存在被切割情况](url)

bug

## My issue: 集成好CYLTabBarController,系统自带的滑动返回手势不能用了?一滑动返回,就崩溃!!!

Q-A

1. Version:1.28.3 2. Language of App :Objective-C 4. iOS System Version:>= iOS 11 5. Prototype(是否是真机):真机 and 模拟器 6. Issue Type:Bug ## 1. How to reproduce the problem. 本库提供的demo,直接运行,在ios 11及以上的模拟器或真机上,导航栏空白 效果:...

bug

-------------------------------------------- -------------------------------------------- ## My issue: ![image](https://user-images.githubusercontent.com/2911921/82061288-187ca100-96fb-11ea-8aa4-7c557ba3a069.jpeg)

通过下边这种方式设置的bdgeValue, 如何获取bdgeValue ? 谢谢 [self cyl_showBadgeValue:badgeString animationType:CYLBadgeAnimationTypeShake];

Q-A

``` // 如下方式指定的图片在切换 darkMode 的时候, 无法变更样式 NSDictionary *secondTabBarItemsAttributes = @{ CYLTabBarItemTitle : @"鱼塘", CYLTabBarItemImage : [UIImage imageNamed:@"fishpond_normal"], CYLTabBarItemSelectedImage : @"fishpond_highlight", CYLTabBarItemTitlePositionAdjustment: [NSValue valueWithUIOffset:UIOffsetMake(secondXOffset, -3.5)], CYLTabBarLottieURL : [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"tab_search_animate"...

bug

-------------------------------------------- -------------------------------------------- ## 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/Swift 4. iOS System Version:iOS12 5. Prototype(是否是真机):YES 6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A ## 1. How...

bug
Q-A
TODO