Tagged Questions

The bar of icons in an iOS app.

learn more… | top users | synonyms

25
votes
1answer
16k views

Aligning UIToolBar items?

I have three UIBarButtonItem created as below. They align left and I'd like to align center so there isn't a gap on the right side. I don't see an align property on UIToolBar. Is there another way ...
13
votes
2answers
10k views

Is there a way to change the height of a UIToolbar?

I've got an UIToolbar in Interface Builder and I've noticed that it's locked to being 44px tall. Of course I'd like to make this larger. Does Apple allow resizing of this control? If so, how do I go ...
11
votes
2answers
6k views

Custom UINavigationController UIToolbar Background Image

I have an iPhone application using UINavigationController and would like to customize the elements with custom background images. I was able to do this for the UINavigationController's UINavigationBar ...
10
votes
6answers
13k views

Can I give a UIToolBar a custom background in my iPhone app?

Is it possible to give a UIToolBar a custom background from an image rather than the usual tinted blue/black fade out? I've tried giving the view a background and setting the opacity of the UIToolBar ...
9
votes
7answers
4k views

Hiding a UINavigationController's UIToolbar during viewWillDisappear:

I've got an iPhone application with a UITableView menu. When a row in the table is selected, the appropriate view controller is pushed onto the application's UINavigationController stack. My issue is ...
9
votes
1answer
8k views

UISegmentedControl Color in a UIToolbar

My question revolves around the distinction of a UISegmentedController on a UINavigationBar vs a UIToolbar. If I drop a UISegmentedControl into a navigation bar as follows: navigationBar.barStyle = ...
8
votes
2answers
8k views

UIToolbar tint on iOS 4

just switched to iOS 4 on my iPhone 3GS and some of my apps broke. One issue I had is that I had a UIToolbar with some buttons, tinted to pink, that worked well on the 3.1.3 OS. After upgrading to ...
8
votes
1answer
4k views

UIToolbar items not showing

I have a UINavigationController that gets pushed a DetailsViewController. In this DetailsViewController, I want to use the toolbar that comes with every UINavigationController (atleast, since iPhone ...
8
votes
5answers
13k views

How to programmatically replace UIToolBar items built in IB

I have a toolbar with various image buttons, created in Interface Builder. I'd like to be able to programmatically replace one of the buttons with an activity indicator when pressed, and then put ...
7
votes
1answer
5k views

UISegmentedControl, UIToolbar and UINavigationItem

I've create a UISegmentedControl and successfully attached it to my navigationItem.tableView. But when I try instead to attach it to a UIToolbar, it blows up. I'm sure I've seen UISegementedControls ...
6
votes
5answers
8k views

Custom background image on UIToolbar in IOS5 SDK

Downloaded IOS5 SDK yesterday, and this code which I use to set my UIToolbar's background to a custom image stopped working. If I set the target to IOS4.3 and below it still works. [self.bizToolbar ...
6
votes
2answers
136 views

Predicting UI element frames in -shouldAutorotateToInterfaceOrientation:

Is it possible to query (programmatically, at runtime) what the height/thickness of a navigation bar and/or toolbar will be post-rotation? That is, when building a frame for a specific subview, I ...
6
votes
3answers
1k views

Custom UIToolBar from Images

I need to create a UIToolbar object that uses an image for the background. Most of the buttons are images as well, and rectangular. One button, however, is round and overlaps the toolbar like the ...
5
votes
1answer
5k views

Hide UIToolbar UIBarButtonItems

I have a UIToolbar that I set up using IB with three buttons, left, middle and right. In some situations I would like to not display the middle button. Does anybody know of a way to hide a specific ...
5
votes
8answers
3k views

How do I remove spaces in UIToolbar between custom views?

I'm trying to create a UIToolbar with 5 buttons using custom images. The way I'm doing this is by creating buttons of type UIButtonTypeCustom, then creating UIBarButtonItems from these, then adding ...
4
votes
1answer
278 views

Center a button on a UIToolBar

I need to center the B item with respect to the toolbar. I create the following in the interface builder: It works fine until I dynamically insert additional items: How can I maintain the ...
4
votes
2answers
341 views

UIPopoverController toolbar at top

I am trying to place a UIToolbar at the top of a UIPopoverController in much the same way as Apple have done in pages and keynote with the "media", "tables", "charts" "shapes" toolbar. I've managed ...
4
votes
1answer
413 views

UIToolbar - margins? Does anyone know the left and right margins for a UIToolbar?

I'm creating a UIToolbar with nothing but a UILabel placed on it. the label content is dynamic and can change and I'd like to center it on a UIToolbar. Does anyone know the exact margin size for the ...
4
votes
1answer
457 views

How do you add a UIToolbar to both views of the UISplitViewController?

And then have it merged in vertical view? Here is an example from the IMDB app. http://img855.imageshack.us/img855/9669/imdb1.jpg http://img39.imageshack.us/img39/5636/imdb2.jpg They did it ...
4
votes
2answers
403 views

Can I fade / animate the tintColor of a UIToolbar?

I am trying to animate a UIToolbar's tintColor property, to change it from one tintColor to another. Here is the code I am trying. Unfortunately, the change occurs immediately and does not fade from ...
4
votes
5answers
1k views

UISegmentedControl in Mail app

How do I get a UISegmentedControl that is like the one in the Mail App, so that it is the same colour as UIToolbar buttons (as if both segments were in the selected state). I want to use the ...
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
2answers
12k views

Setting Toolbar Items of UINavigationController

In iPhone OS 3.0, you can set the toolbar items of a UINavigationController using the setToolbarItems:animated: method. However, this requires you pass in an array of UIToolbarItems. While I could ...
3
votes
2answers
119 views

Hide UIToolBar when using an UISearchBar

Hello I'm currently encountering a problem when I try to hide a toolBar With a searchBar. I have a modal view with an UIToolBar, an UISearchBar (and its controller) and an UITableView. I am using a ...
3
votes
1answer
594 views

How does one add UIButton to UIToolBar programmatically?

I have added the toolbar using Interface Builder, but I need to add the buttons at runtime / conditionally. I'm not getting any errors, but my dynamic buttons are not appearing on the toolbar. I have ...
3
votes
2answers
535 views

Add UITextField to UIToolbar

I tried this to add UITextField to a UIToolbar but got a run-time error with reason as: [UITextField view]: unrecognized selector sent to instance ... [toolbar setItems:[NSArray ...
3
votes
1answer
4k views

How to add a UIToolbar to a UITableViewController programmatically?

I have opted to use a UITableViewController without a nib. I need a UIToolbar at the bottom with two buttons. What is the simplest way of doing that? P.S. I know that I can easily use a ...
3
votes
5answers
208 views

Can I add a colored button to a UIToolbar?

It seems like I can't add any buttons that contain colors in a UIToolbar, they always get replaced with a white mask. How can I add a colored image to a custom button in a UIToolbar?
3
votes
1answer
2k views

UIToolbar height on device rotation

From the iOS Human Interface Guidelines, iOS UI Element Usage Guidelines On iPhone, take into account the automatic change in toolbar height that occurs on device rotation. In particular, ...
3
votes
1answer
1k views

Modal UINavigationController with UIToolbar - Toolbar remains empty

I'm trying to put a simple UIToolbar at the bottom of a modally presented UINavigationController. In this sample, it should contain two buttons "cancel" and "something". ... UINavigationController ...
3
votes
2answers
128 views

How do they do that?… avoiding a boring, standard cookie-cutter iPhone app

I am trying to figure out the best design for a custom floating "pallet" for initiating actions (e.g., change sorting criteria of a list) as well as switching views (e.g., Help, Options). I want the ...
3
votes
2answers
978 views

iphone - How can I use an UIBarButtonItem style without the UIToolBar

Can I show a black style UIBarButtonItem in my view without the underneath UIToolBar? The UIToolBar always has a kind of border thing, I want the system UIBarButtonItem in black just like a black ...
3
votes
3answers
671 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
2answers
383 views

Workaround for missing UIBarButtonItem's TouchUp event

using a UIButton allows me to catch TouchUpInside and TouchUpOutside events to know when the user releases the button with his finger. UIBarButtonItem doesn't have any events/notifications to be used ...
3
votes
1answer
2k views

UIBarButtonItem Image is not shown and instead a white rectangle in the size of image is shown, Why?

With whatever image I try to intialize the UIBarButtonItem, its just showing a white background in the size of the image. Even when I tired in interface builder, the result is the same. All these ...
3
votes
3answers
2k views

How do you adjust the frame or vertical alignment of a UIBarButtonItem contained by a UIToolbar instance?

Horizontal positioning of UIBarButtonItems is no problem, I can simply pad the space with fixed/flexible space items. However, I can't seem to adjust the toolbar item vertically. UIToolbar has no ...
3
votes
3answers
2k views

UIToolbar UIBarButtonItem Alignment question

I need to create a UIToolbar that has two UIBarButtonItems. The 1st button must be centered and the 2nd item must be right aligned. I understand and use Flexible spacing and it works great when I ...
3
votes
2answers
1k views

Can I apply a texture to UIToolbar?

I tried doing this: [toolbar setTint:[UIColor colorWithPatternImage:[UIImage imageNamed:@"thingFromMyBundle.png"]]]; but it just ended up black. At first I assumed you weren't allowed to "tint" ...
3
votes
3answers
2k views

Can I center a UIToolbar item?

I am putting a label on a UIToolbar (per this tip: http://stackoverflow.com/questions/333441/adding-a-uilabel-to-a-uitoolbar). But the toolbar has a button on the left side, and so flexible spaces ...
3
votes
2answers
4k views

UIToolbar on each page of UINavigationController

I have an application which runs on a UINavigationController. Now I would like to add a UIToolbar element to the bottom of each screen. The Toolbar on the bottom should the be customizable for the ...
3
votes
4answers
5k views

What works to pass touches through to (and display all) subviews?

I have the following subview chain: UIViewController.view -+ |-> UIView (subclass) -+ | +-> UIToolbar ...
2
votes
2answers
302 views

iOS5 changing Background of UIToolbar

I've read the "What's new in iOS 5" documentation and there it is stated, that changing the background of some UI-Elements is now better supported. I couldn't find the correct way for iOS 5 to ...
2
votes
2answers
64 views

How do you remove the style from a UIBarButtonItem?

When using a custom graphic in UIBarButtonItem inside a UIToolbar, the program automatically turns your graphic white and applies an inner shadow. How do I prevent this automatic styling and use my ...
2
votes
2answers
109 views

Objective C: Adaptive Toolbar On Orientation Change

I am having a problem with my toolbar when i change the orientation of my iPad. i set my nib file into landscape and everything is all right but when i turned it to portrait my toolbar still has the ...
2
votes
3answers
91 views

NavigationController UIToolbar Change Items

I want to change the items in my UIToolbar by hiding the toolbar, changing the items (button, fixed space, etc), and revealing it again. I currently have a button on my UIToolbar that, when pressed, ...
2
votes
0answers
497 views

How to customize UISegmentedControl font color and UIToolbar gradient?

It seems Apple's UIToolbar and some of the controls you can place on it, such as UISegmentedControl, allow very limited customization. For example, we want our toolbar to looks something like this ...
2
votes
1answer
172 views

Correct way to subclass UIToolbar

For the first time I'm subclassing UIToolbar for creating ones with custom UIBarButton. I'm doing this: @interface CustomToolbar : UIToolbar @end @implementation CustomToolbar - ...
2
votes
1answer
53 views

How can I get to UIToolbar of the current view

I have a navigation controller based app, and added some toolbar items with code in viewDidLoad: NSArray* toolbarItems = [NSArray arrayWithObjects: [[UIBarButtonItem alloc] ...
2
votes
1answer
381 views

How to set max width of a UIBarButtonItem

I have a UIBarButtonItem in a UIToolbar that is updated with changes to a title represented by a text field. The text field should not have a short maximum length. When the title is quite long, the ...
2
votes
1answer
526 views

UISegmentedControl Within UIToolBar

I know how to add a UISegmentedControl to a UIToolBar from within IB, but I am trying to do the same programically, because I am using a custom subclass of UISegmentedControl with doesn't have an XIB. ...

1 2 3 4 5 8