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.

Is it possible to change UITabBarItem badge color

I want to change background color of UITabBarItem badge but can't find any resource on how to make it.

iphone objective-c ios uitabbar uitabbaritem
How to change the Color of text in UITabBarItem in iOS 5

with more appearance control in iOS 5, how do we change the UITabBarItem text color ? from default white to other color ? …

iphone ios xcode uitabbarcontroller uitabbar
Make custom button on Tab Bar rounded

Here is what I am trying to do: Note: The screenshot is taken from an earlier version of iOS What …

ios swift uibutton uitabbar
Preventing a UITabBar from applying a gradient to its icon images

When I make icons for a UITabBar, it applies a gradient to the images. I need to know how to …

iphone uitabbar uitabbaritem
How to definitively set UITabBar background color and tint color

I have been trying to set my UITabBar's tint color and background color for quite some time now and nothing …

ios swift uitabbar
Detect UITabBar Selected Index/ Item Changes that is set Programmatically

I would like to know how do we detect when the selected TabBar Item or Index is changed when the …

ios uitabbarcontroller uitabbar uitabbaritem
How can I change the top border of my UITabBar?

I'd like the UITabBar to have a top border of width 5.0. The border should be yellow color. I don't want …

ios swift uitabbarcontroller uitabbar
UITabBarItem Image Size

I am making images for my UITabBar. I am making them of size 60x60, because that's what retina screens use. …

ios uitabbar uitabbaritem
How to animate Tab bar tab switch with a CrossDissolve slide transition?

I'm trying to create a transition effect on a UITabBarController somewhat similar to the Facebook app. I managed to get …

ios swift uitabbarcontroller uitabbar
How to hide UITabBar?

In my app I have a tab bar. And in some views I as well have a toolbar. So when …

ios iphone cocoa-touch uikit uitabbar