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 to re-order segues in initial view's tabbar controller in xcode 4.5?

How do I reorder the initial view's tabbar controller elements without having to delete all the segues and re connect …

ios xcode uitabbarcontroller storyboard uitabbar
How to add a badge to a UITabBar that is customizable?

I am adding a badge to my UITabBarController's UITabBar as such: UITabBarItem *tbi = (UITabBarItem *)[stTabBarController.tabBar.items objectAtIndex:1]; tbi.badgeValue = @"2"; …

iphone objective-c cocoa-touch uitabbarcontroller uitabbar
To change the color of unselected UITabBar icon in iOS 7?

I know this question has been asked earlier as well, but still i didn't get any solution searching the solution …

ios ios7 uitabbarcontroller uitabbar uitabbaritem
iOS 7 tabBar-line, how to remove it?

Apple has added a tiny line over the tabBar in iOS 7 which is supposed to work as a shadow or …

ios objective-c uitabbarcontroller uitabbar uitabbaritem
Set background color of active tab bar item in Swift

I'm hoping to accomplish this without the use of images, if at all possible. Is there a way to create …

ios swift uitabbar
Is it possible to customize UITabBarItem Badge?

The question below is similar as mine. How to use a custom UIImage as an UITabBarItem Badge? Is it possible …

iphone ios uitabbar uitabbaritem
Problem adding tab bar items to UITabBar

I have a tab bar based application in which I am trying to add tab bar items to the tab …

iphone objective-c uitabbarcontroller uitabbar uitabbaritem
How do you connect a tab bar item to an action?

I have a UIView which has a UITabBar with 4 UITabBarItem components in it (all created from IB). I want my …

cocoa-touch ios4 interface-builder uitabbar uitabbaritem
How do I get the width of a UITabBarItem?

The width of a UITabBarItem varies, depending on how many there are. How do I determine how wide my tab …

iphone ios uitabbar uitabbaritem
UITabBar will hide the last cell of the UITableView

self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0.0, 0.0, 320.0, [UIScreen mainScreen].bounds.size.height ) style:UITableViewStylePlain]; If I change the tableview frame to (0.0, 0.0, 320.0, […

ios uitableview uitabbar