UITabBarItem badge colour is showing grey - ios

For some reason badge on one Tab item is showing grey colour. I'm not sure why. It happens only for one Tab, for the rest of tabs it is correct (red colour). How do I fix it? What to look for?

It was my mistake, I had set the Tab bar item Badge colour specifically to grey in the storyboard.

Related

How can i change my navigation bar tint color

How can i change my navigation bar tint color?
enter image description here
I already set the bar tint color of navigation bar on attribute.
But nothing happened on the main storyboard and simulator.
What should i do to fix this?
Did i do something wrong when i created navigation controller?
I check some of the boxes on the attribute but it doesn't work.
I googled this problem solving but there is nothing for me.

Swift How do I stop the tab bar from changing background colors

I'm working on a project that requires a Tabbar. Currently I have my code set up so that after login or sign up I'm presented by the Explore tab (The third tab). The goal I'm trying to achieve is to have my project only show a translucent tab bar background. When I was originally working on my project I had no issue doing this. I ran in the problem after I incorporated a table view that allow for scrolling. Currently when ever I push on the tab 1-4 I get a translucent background. When tab 5 (includes the table view with scrolling) is pressed the background of the tab bar changes to a gray color. Even if I press out of the tab to a different one the gray tab bar background color doesn't change. The only way I found to dismiss the back ground color after the 5th tab has been selected is to scroll all the way down. After I'm scrolled down it allows the user to see the translucent background again. Then you can select different tab bars and you'll see the translucent background again. How do I only show a translucent color
You need to set Bar-Tint colour to Default. ScreenShot

Change UI tab bar icons display color

Change UITabBar icons display color.
Here are the screenshots,
Tab bar icons display color is gray.
I want to change the UI tab bar icons into white. How can I implement this? I tried already in storyboard "User define runtime attributes" set key path "selectedImage". But it doesn't work.
Change UITabBar icons display into white.
Thank you in advance :)

Customizing Badge Label within the moreNavigationController

I use the badgeValue Attribute of tabBarItems to indicate a warning. This works fine as long as the tabBarItem is visible in the Tab Bar. See Picture:
Looking good
But once the tabBarItem is moved behind the moreNavigationController the badgeValue turns into a Label that is part of a TableViewCell. Unfortunately due to the dark theme of the app the Label looks wrong with its white background. See Picture:
ugly badge label
Is there a way to customize the color (textColor and backgroundColor) of this Label?
Thanks
Gerald

Set tabBar Item selected color white and not the default blue

For some reason the tab bar selector color won't change even though I changed image tint. Any Ideas?

Resources