我想让标签栏透明并保留图标。因此,当您查看它时,标签栏上的图标看起来就像它们本身一样。我这样做的代码是什么?现在这是我的代码
UIImage* tabBarBackground = [UIImage imageNamed:@""];
[[UITabBar appearance] setBackgroundImage:tabBarBackground];
[[UITabBar appearance] setSelectionIndicatorImage:[UIImage imageNamed:@""]];