Top "Uitabbar" questions

UITabBar is a user interface element in Apple's iOS, which is a bar at the bottom of the screen and has images and/or text representing different views of an application.

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
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
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
UITabBar not showing selected item images in ios 7

The icons show fine in ios 6 but not in ios 7. I'm setting the selected state in the viewController viewDidLoad method. …

objective-c uitabbar ios7
Changing the background color of Tab Bar

I am trying to get desired color rendered in the background of Tab Bar however I am facing problems. These …

ios swift uitabbarcontroller uitabbar
iPhone: How to switch tabs with an animation?

I'm switching tabs programmatically in a tab bar driven application using UITabBarController.selectedIndex. The problem I'm trying to solve is …

ios4 uitabbarcontroller uitabbar
How to get the height of the tabbar programmatically?

I've found out that the height of a UITabBar is 49px (or 50px, depending on the source). Because I don't …

ios iphone uikit uitabbarcontroller uitabbar
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
What's the height of a UITabBar on iOS 8, iOS 9, iOS 10, and iOS 11?

The height of the UITabBar seems to have changed between iOS 7 and 8/9/10/11. I'm posting this question for others to easily …

ios cocoa-touch ios8 uitabbar ios9
How to set badge value in Tab bar?

i have to read datas from xml and have to display values in view controller. am using tab barcontroller . where …

ios objective-c xml uitabbar