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

设置不规则 突起的tabbar背景图片支持吗,不使用框架可以修改成功,使用之后代码不生效了 #524

Open sanshengsanshu opened 4 years ago

sanshengsanshu commented 4 years ago
UIImageView *tabbarBackImageView = [[UIImageView alloc] init];
UIImage * backimage = [UIImage imageNamed:@"tabbarbackimage"];
tabbarBackImageView.image = backimage;
tabbarBackImageView.frame = CGRectMake(0, -11, kScreenWidth,Height_TabBar + 11);
[self.tabBar insertSubview:tabbarBackImageView atIndex:0];
self.tabBar.backgroundImage = [UIImage new];
self.tabBar.shadowImage = [UIImage new];
JianWenXie commented 3 years ago

我使用这个凸起的背景图片也失败了,在iphonex上显示不正常

截屏2020-12-14 上午11 05 42

Simulator Screen Shot - iPhone 8 - 2020-12-14 at 11 05 27 Simulator Screen Shot - iPhone 11 - 2020-12-14 at 11 05 09 在iphone8上正常 在iphonex上显示异常