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

腾讯的PAG动画比Lottie动画支持的效果要多一些

enhancement

![image](https://user-images.githubusercontent.com/23653418/207826289-c6380146-b367-45eb-bf6a-4494cf2adecf.png) 为什么首页那些控制器 导航栏没有隐藏呢 难道每个控制器都要写一遍导航栏隐藏吗

Q-A

请问CYLTabBarController是如果做到在pod时不同时pod Lottie的呢?而且当工程中主动pod了Lottie后,可以import Lottie相关的头文件

Q-A

#import "CYLPlusButtonSubclass.h" //上下结构的 button - (void)layoutSubviews { CGFloat const imageViewEdgeWidth = self.bounds.size.width * 0.9; CGFloat const imageViewEdgeHeight = imageViewEdgeWidth * 0.9; CGFloat const centerOfView = self.bounds.size.width * 0.5; CGFloat const...

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

bug

我暂时自定义了label,将它添加到了cyl_tabButton.cyl_tabImageView 之上

Q-A

最新xcode新建的项目里,appdelegate没有window了,内部代码依旧调用了appdelegate.window导致crash,swift项目,可以考虑改为scence来获取window -------------------------------------------- -------------------------------------------- ## 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....

bug

-------------------------------------------- **什么时候可以支持如上图所示的更多tab呢?目前仅支持5个。已经不满足实际项目需求了~**

enhancement

如何只给中间的异形按钮添加lottie呢?常规tabbar按钮依旧是2种状态,唯独给中间异形凸起的按钮设置lottie动画。

Q-A

在CYLTabBarController.m中 添加如下代码 - (void)viewDidLoad { [super viewDidLoad]; if (@available(iOS 18.0, *)) { if (UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad) { self.traitOverrides.horizontalSizeClass = UIUserInterfaceSizeClassCompact; //TAB BAR ON BOTTOM } } } 无法生效,而且tabitem 消失不见

bug