Top "Uitabbaritem" questions

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

iphone app - detect which tab bar item was pressed

i have a tab bar based application, with more than 5 tab bar items - so i get 4 of them directly …

objective-c tabbar uitabbaritem
Really cool way to create custom UITabBar for iPhone app?

I am doing a lot of researching lately about how to get a different looking with nice effects UITabBar on …

iphone ios customization uitabbar uitabbaritem
Select a tab bar item programmatically (not using UITabBarController)

I have a view derived from UIViewControler (not UITabBarController). In this view I added a tab bar with several tab …

ios uitabbar uitabbaritem
IOS 8 Tab Bar Item Background Colour

I've been trying to find the solution to this for the last week, and I have had no luck after …

ios swift ios8 uitabbar uitabbaritem
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
iOS 7.1 issue - Tabbar icon image is automatically resize when touch and drag on that tab button

I have this code [tabBarItem1 setFinishedSelectedImage:[UIImage imageNamed:@"tab_pressed_home_icon"] withFinishedUnselectedImage:[UIImage imageNamed:@"tab_home_icon"]]; tabBarItem1.imageInsets = …

ios uitabbarcontroller uitabbaritem
Change tintColor of unselected UITabBarController item title and background image

How can I change the tintColor of an unselected UITabBarItem title and background image iOS 8? The default color for an …

ios ios8 uitabbaritem tintcolor bartintcolor
Getting the frame of a particular tab bar item

Is there a way to find the frame of a particular UITabBarItem in a UITabBar? Specifically, I want to create …

iphone ios uitabbarcontroller uitabbaritem
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