Setting text-color on selected tab bar item
I've created a tab bar application. I have four tabs; on the selected tab, I need to set the color red for tab title. How can i do that? Thanks in advance. If I understand your question correctly, you want to customize the color of the text on the UITabBarItem s. Unfortunately, it's really not that flexible. If you're intent on doing this (which, unless you've carefully considered the design with the help of a professional, I recommend against!), you'll have to do some really frightening things to get this to work. I'd suggest iterating through the subviews of the UITabBar (as many levels as