Top "Uitabbaritem" questions

The UITabBarItem class implements an item on a tab bar, instances of the UITabBar class.

Changing tab bar item image and text color iOS

Here is my tab bar: The following image shows the program being run and the "NEWS" item selected: It is …

ios swift uitabbar uitabbaritem
Change tab bar item selected color in a storyboard

I want to change my tab bar items to be pink when selected instead of the default blue. How can …

ios xcode xcode6 uitabbar uitabbaritem
What size should TabBar images be?

I have icons for a tabBar of size 100. I checked at Apple's Human Interface Guidelines of 2013 and it says the …

ios objective-c uitabbarcontroller uitabbar uitabbaritem
How can I change the text and icon colors for tabBarItems in iOS 7?

How can I change the text and icon colors for UITabBar and UITabBarItems in iOS 7? The default gray text seems …

uitabbarcontroller uitabbar tabbar uitabbaritem ios7
Remove tab bar item text, show only image

Simple question, how can I remove the tab bar item text and show only the image? I want the bar …

ios swift uitabbaritem
How to set tab bar item title programmatically in objective c?

I want to set title to tab item programatically, but it not works. My code is below: - (IBAction)tab1…

objective-c xcode uitabbarcontroller uitabbaritem
How to change inactive icon/text color on tab bar?

How can I change inactive icon/text color on iOS 7 tab bar? The one in gray color.

ios objective-c uitabbarcontroller uitabbar uitabbaritem
Xcode Tabbed Application - Adding New Tab view

I'm working with Xcode 4.2. I started to work with Tabbed Application and now I want to add 3rd and 4th …

ios iphone xcode storyboard uitabbaritem
Unselected UITabBar color?

I have an UITabBar with 5 items. I want to change the unselected color of all items. The items aren't declared …

ios uitabbarcontroller uitabbar uitabbaritem
Moving UITabBarItem Image down?

Normally on each tab of a UITabBar you have a small image and a title naming the tab. The image …

iphone objective-c cocoa-touch uitabbar uitabbaritem