Tagged Questions

A common user interface element in apple's [tag:iOS]. Used notably in the music application, a UITabBar is a black bar at the bottom of the screen which has images and/or text represent different views for an application

learn more… | top users | synonyms

18
votes
6answers
12k views

How to set the Navigation Bar Color of the Tab Bar Configure Menu

As you can see the view I need to change is the provided view to customize the tabbar order. I want to change the color of the navigation bar (displaying "Konfigurieren" which means "Configure"), I ...
11
votes
1answer
2k views

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 how to animate the transition between the views. ie.. ...
9
votes
3answers
9k views

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 my iPhone app, but unfortunately I am only finding things on how to replace background color ...
9
votes
5answers
14k views

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 prevent it from having this gradient.
8
votes
11answers
2k views

UITabBar leaves a white rectangle when hidden

I have been unable to google an acceptable solution to this that can be applied to my project. My app is a graphing tool that has three tabs; one for the graph itself and the other two are for ...
8
votes
2answers
5k views

hiding TabBar when rotating iPhone device to landscape

So here is what i have: A UITabBarController that handles different UIViewControllers. In one of the UIViewController i am trying to switch the view being displayed when the device rotates to ...
7
votes
2answers
695 views

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 bar items are? I'm looking for a property if possible, as opposed to a mathematical formula, ...
6
votes
5answers
7k views

Programmatically pressing a UITabBar button in Xcode

Sorry for the newbie question. I have a UITabBar in my main window view as well as an array of UINavigationControllers for each Tab. The structure is similar to the iPod app in that the main views ...
4
votes
4answers
2k views

Is there a way to use a custom selected image for UITabBarItem?

I like to have a custom selected image when a user selects an item on the tab bar, by default it selects as blue like but would like to have a green color instead. something like below any thoughts? ...
4
votes
1answer
1k views

UIToolBar on top of UITabBar?

When in the Camera Roll section of the Photos app, you can click the top right button to edit the photos. This replaces the bottom tab bar with three new buttons which are in a UIToolBar. I would ...
4
votes
6answers
5k views

How to change UITabBar Selection color

I need to change the selection color of UITabBar from default blue to red. How do we do this.
3
votes
1answer
233 views

Approach to make a custom tabBar

What should be the best way to create a effect like this and the handling of navigation controllers and view controllers ... what to do if I don't want to re-size each subsequent view in ...
3
votes
1answer
817 views

Xcode 4. Adding tableView to tab bar application

Ive created a new tab bar application in xcode 4 and it has generated a mainwindow.xib, firstView.xib, secondView.xib and viewController classes for each xib. I would like to add a tableView to the ...
3
votes
1answer
375 views

How to change the selected index of the tabbar

In my app there is a tab bar. On one of the elements of the tabbar (say element at index 1 of the tabbar) there are some buttons on clicking them will guide to some pages which are under some other ...
3
votes
3answers
2k views

iPhone - presentModalViewController via UITabBarItem and dismissModalViewController cleanly

I have a tabBarController that I add by placing the following code into: AppDelegate.h: ... UITabBarController IBOutlet *tabBarController; } @property (nonatomic, retain) IBOutlet ...
3
votes
1answer
730 views

UITabBarItem Selected Tab Background: Custom?

Would like to set a custom background for my selected tabs, thus far, subclassing is they way I'm customizing the UITAbBar/UITabBarItem. The question is: Does anybody know (or know where I could find ...
3
votes
1answer
991 views

How to recreate the UITabBarItem image filter?

I'm writing a custom UITabBar replacement, and I would like to know how to recreate the filter that the built-in implementation does with the UITabBarItem image - that blue shining on selected tabs ...
3
votes
3answers
670 views

Replace UITabBar with UIToolBar

I have an application with UITabBarController with a UINavigationController subview, which holds a table view. I want to be able to switch out the UITabBarController with a UIToolbar for a specific ...
3
votes
1answer
953 views

How to remove a UITabBar badge after the user clicks another tab?

I want to remove a badge as soon as the user clicks another tab. I am trying to do: - (void)viewDidDisappear:(BOOL)animated { [super viewDidDisappear:animated]; UITabBarItem *tbi = ...
3
votes
1answer
1k views

how to create the object programmatically rather than using the UI library on iPhone?

I want to ask a question about the objective C on the iPhone. I am writing a program, but I want to create the UI objective programmatically rather than by using the UI elements in the UI library ...
3
votes
3answers
604 views

How to prevent view resizing/transform when UINavigationBar hides/shows

I have an application with a tab bar and a navigation bar. I push a view controller that is used to show photos, one at a time. It initially shows the bars and forward/back controls; after a delay, ...
3
votes
3answers
9k views

How to set the Tab bar item 1 to be selected by default in iphone?

I am new to iphone development.I am creating a view based application.I have added a tab bar in my view(and not a tab bar controller).By setting the tag vale of the tab bar item to 1, 2 ,I have loaded ...
3
votes
1answer
1k views

How to prevent subview from overlapping tab bar?

I have a view with tab bar at the bottom. This view is pushed on a navigation controller, so there is also a navigation bar at the top. Unto this view, I would like to show a table view, which I ...
3
votes
2answers
2k views

Switching Views within UITabBar View

I have created an UITabView application. Each view selected from the bar is a seperate controller with own nib file. I switch between them succesfully. In the first view I have two buttons (check out ...
3
votes
3answers
1k views

How to remember last selected tab in UITabBarController?

I'm trying to make my app remember which tab was last being viewed before the app quit, so that the app opens up to the same tab when it is next launched. This is the functionality of the iPhone's ...
3
votes
2answers
3k views

Making a thinner UITabBar

I would like to be able to thin the UITabBar's height by removing each item's titles and reclaiming the vertical space they take up, a la Tweetie 2. This doesn't seem settable in the .xib or ...
3
votes
2answers
1k views

Resizing viewControllers view that are part of a UINavigationController on IPhone

I am using a UINavigationController to handle the pushing and poping of viewControllers in my app. Theres a section where i have a tab bar (not using UITabbarController) which is manageed by the same ...
2
votes
2answers
260 views

Custom tab bar background image - in iOS 4.x

I have made a tab bar iOS project, when I received the request to change the tab bar's background image to a custom image. The project is developed for iOS 4.x, so the iOS5's [tabBar ...
2
votes
1answer
436 views

How to chage 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 ? EDIT:working solution [[UITabBarItem appearance] setTitleTextAttributes: ...
2
votes
1answer
99 views

Loading retina images to tabbar dynamically

The images I'm using in the tabbar are dynamic and I load them off the internet. I detect if I'm on retina display or not and download the correct images and initialize the tabbar using them. Normal ...
2
votes
6answers
243 views

iOS 5 Keep a consistent tab bar across multiple scenes

I am developing my first Apple product on iOS 5. What is the best way to maintain a consistent UITabBar object across multiple scenes when I'm not using the UITabBarController? It's just a standard ...
2
votes
1answer
128 views

iOS: I would like clicking on a tab bar item to always point to the original URL

I have an app with 4 tabs. One of these tabs is a UIWebView. It starts at a particular URL. I would like to have it so that after navigating around in this webview through clicking on links and all ...
2
votes
2answers
117 views

What's the best way of adding a custom centre button to a tab bar?

Many apps have a standard tab bar with a custom button in the centre which performs some special function. Some examples can be found here: http://mobile-patterns.com/custom-tab-navigation What's ...
2
votes
1answer
112 views

UITabBarController - simulate double tap on UITabBarItem

I have a UITabBarController, if I push to different views from the first UITabBarItem and I tap the first UITabBar two times then the views that were pushed are popped back. How can I simulate this ...
2
votes
1answer
142 views

A UITabBar like this

I wondering how I can make a UITabBat like this: The height of this is more than the stand UITabBar and also the icons are larger. Also the arrow on top. I tried changing the height but it looks ...
2
votes
1answer
252 views

How do I launch a modal view from a custom UITabBar?

I've built out the raised-center UITabBar from this GitHub location. My challenge now is that I can't figure out how to create a modal view that will appear when the button is pressed. Has anyone ...
2
votes
1answer
155 views

PopOver in a UItabBar

I need to create a popover in a tabBar in the right side of it. Like the: self.navigationItem.rightBarButtonItem property in a navigationBar. (Forget the other buttons, i just need one ...
2
votes
1answer
247 views

Hide of tabbar shows whitespace (even if frame is fullscreen)

Trying to make fullscreen view in a tabbarcontroller. It's in landscape. Are able to hide the tabbar with self.tabBarController.tabBar.hidden = YES this leaves a whitespace where the tabbar have been. ...
2
votes
2answers
965 views

Custom iOS Tab Bar Selected Color

Is there any way to change the color of the background for when you change the selected tab. I have everything else sorted but i cant think how to do it. Thanks
2
votes
2answers
472 views

How could I create a custom tabbar similar to this

How could I create this custom tabbar and what does it consist of?
2
votes
1answer
408 views

How to show a UIDatePicker over the tab bar, in an orientation-friendly way?

I want to slide in a UIDatePicker when my user taps on my table view date field, exactly as in the standard contact app, when the user taps on the birthday field. With one additional killer detail: ...
2
votes
2answers
291 views

How do you customise the title on a UITabBarItem?

When using the method initWithTabBarSystemItem to create a UITabBar object is there a way to set the title. I've tried setting the title property (on the view controller and tab bar item) afterwards ...
2
votes
5answers
505 views

Tab bar, reload every time tab is pressed

I am creating an app in which I am using five tabs. I need to reload each page every time a tab is pressed.
2
votes
1answer
386 views

manually add UITabBar to UITableViewController

I have a standard app with a navigation controller managing several UITableViewController classes. I want to add a UITabBar to the root view (a UITableViewController) to manage filtering the ...
2
votes
1answer
274 views

How can I localize my UITabBarItems?

I'm beginning to learn how to localize iOS applications and hit a wall while trying to localize my UITabBarItems. Note that these were created in interface builder (using XCode 4). Is there a way ...
2
votes
1answer
388 views

Using MGSplitViewController inside UITabBar

Is anyone using MGSplitViewController inside a UITabBar? My objective is basically to use UISplitViewController inside a UITabBar. UISplitViewController doesn't work well inside a UITabBar. ...
2
votes
3answers
308 views

Keeping controls in landscape mode but allowing uitabbar to switch

I have a UITabBar switches places when the iphone changes orientation and that works fine, but I want the controls within the view of the first tab to stay static regardless of the position of the ...
2
votes
1answer
496 views

Is there a way to adjust the width of UITabBar button items to fit more than 5 buttons on the screen?

My buttons seem stretched, especially in landscape orientation. I can't find a property to adjust either on the UITabBar, UITabBarViewController, or on the UITabBarItem's themselves. (Of course, one ...
2
votes
4answers
967 views

hidesBottomBarWhenPushed = NO not working?

I have a UITabBar in my app, which I'm hiding on the first UIViewController in the first tab by putting this line in the AppDelegate: // ... in MyAppDelegate.m ...
2
votes
1answer
97 views

UiTabBar hijack click

I have a UITabBar and on the last tab, visually 5th, i want to make it logout the user amd not show a view. I then want the 1st tabbar item to be selected afyer logout is successful. Has anyone seen ...

1 2 3 4 5 11