I'd like to put a background color for just the title
of TabBar using swift I tried to use NSAttributedString.Key.backgroundColor
but it not appears color in the background.
Can anybody help me to change the background color for just the title
of TabBar?
I need to add yellow color to the background to title in the normal state not selected.