标签: ios swift tabbar
当我选择图像时,它的颜色会转换为蓝色,但应该像原始图像一样。其他按钮也是如此。
答案 0 :(得分:0)
确保您已在" SelectedImage"中添加了图像名称。和"图像"标签栏项的选项。看下面的图像,你应该有一个透明的背景图像。
答案 1 :(得分:0)
您应该为tabbar项目的selectedImage设置图像:
viewController.tabBarItem.image = UIImage(named: "bla-bla") viewController.tabBarItem.selectedImage = UIImage(named: "bla-bla")