Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
3answers
13k views

UIBarButtonItem with custom image and no border

I want to create a UIBarButtonItem with a custom image, but I don't want the border that iPhone adds, as my Image has a special border. It's the same as the back button but a forward button. This ...
15
votes
1answer
4k views

how to create fixed space and flexible space bar button items programmatically

i want to create bar button items programmatically to place these fixed space buttons between buttons....
15
votes
6answers
2k views

How can you add a UIGestureRecognizer to a UIBarButtonItem as in the common undo/redo UIPopoverController scheme on iPad apps?

Problem In my iPad app, I cannot attach a popover to a button bar item only after press-and-hold events. But this seems to be standard for undo/redo. How do other apps do this? Background I have ...
13
votes
1answer
6k views

How big should a UIBarButtonItem image be?

I'm looking to create my own custom Sort By Date and Sort By Number buttons that I plan on placing in the navigation bar as the right button. How big should my image be to appropriately fill the ...
10
votes
4answers
328 views

Change the height of NavigationBar and UIBarButtonItem elements inside it in Cocoa Touch

I suppose it's not strictly in line with Apple guidelines but I guess it must be possible somehow. I'd like to change the height of navigation bar inside UINavigationController and the height of ...
9
votes
1answer
11k views

add button to navigationbar programatically

Hi i need to set the button on right side, in navigation bar, programatically , so that if i press the button i will perform some actions, i have created the navigation bar,programatically by ...
8
votes
4answers
2k views

Multiple UIBarButtonItems in UINavigationBar

how to set multiple bar button in navigation bar?
8
votes
4answers
956 views

UINavigationBar UIBarButtonItems much larger click area than required

hopefully someone can help me out- iv'e scoured the net for the answer and cannot find one- the UIBarButtonItems added to UINavigationBar have a much larger click area than required- for example, ...
6
votes
6answers
5k views

Mobile Safari-style back button for UIWebView?

I haven't been able to find any sort UIBarButtonSystemItem representing tha "Back" button in Mobile Safari. I want my UIWebView's controls to look just like the ones in Mobile Safari so it makes ...
5
votes
1answer
868 views

UIBarButtonItem Highlighted Color

I have set a custom tint color for a UINavigationBar (within a UINavigationController) which, in turn, sets an appropriate matching color for the UIBarButtonItems which are inserted into the ...
5
votes
3answers
900 views

UIBarButtonItem icon white when added via IB, black when added programmatically

When I add an icon to a UIBarButtonItem via the Interface Builder, the icon is displayed white. When I add the same icon file programmatically to another UIToolbar, the icon is displayed black. Why? ...
5
votes
5answers
10k views

How to tint UIBarButtonItem background color?

I have a UIToolbar that contains 2 buttons. The toolbar has a tint: toolbar.tintColor = [UIColor colorWithRed:(102.0/255.0) green:(20.0/255.0) blue:(11.0/255.0) alpha:1]; How can I make the buttons ...
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
2answers
4k views

Can I have a UIBarButtonItem with a colored image?

I have an image that I want to display on a UIBarButtonItem, but for some reason it only shows the outline of it and the rest is all white. How can I have it actually display the image? Thanks!
4
votes
5answers
188 views

Alter a UIBarButtonItem view to be transparent programmatically

I've had trouble getting this to work, nowhere have I seen a working example on the web. Now offering bounty on this as its making me crazy. It should be easy, but that doesn't seem to be the case. ...
4
votes
1answer
1k views

QLPreviewController remove or add UIBarButtonItems

I have seen this kind of question a lot on the internet but it seems no one really knows the answer? I am using QLPreviewController for displaying PDF documents. I first used a UIWebView but I was ...
4
votes
1answer
528 views

Explain this margin logic for leftBarButtonItem, rightBarButtonItem, titleView

Can anyone explain to me where the margins you see in this screen shot below are coming from? I want the red, green and blue rectangles to all fit next to each other in both screen layouts, landscape ...
4
votes
2answers
1k views

Problem adding an image to the toolbar using UIBarButtonItem, displaying blank white box instead of image

Im not sure what im doing wrong. The file name is correct, the style is set to plain. But Im getting a bank white box the size of my image. Im using UINavigationController. Please assist and thank ...
4
votes
1answer
5k views

iOS custom button similar to barbutton

I would like to place buttons in various places (not in the nav bar), which have dynamic text. I want them to look similar to black nav bar button items (with the gray and black gradient). How would ...
4
votes
2answers
2k views

creating back arrow shaped leftBarButtonItem on UINavigationController

I have a view with a navigation controller that I am showing modally and I want to add a back button that is shaped like the default left arrow buttons used in most splitViewControllers. I can create ...
4
votes
2answers
755 views

Custom UIBarButtonItem with quartz

How can I draw a button with quartz that has exactly the same style as a UIBarButtonItem. The button should be able to show different colors. I downloaded the Three20 project, but this project is ...
4
votes
1answer
5k views

iPhone UIBarButtonItem with custom view but also having a UIBarButtonItemStyle

I am creating a UIBarButtonItem with a custom view in order to achieve a transition to a UIActivityIndicatorView as described here - however I really want my button to retain a normal ...
3
votes
1answer
65 views

UIBarButtonItem setTintColor doesn't work for dark colors

I am setting the tintColor of a UIBarButtonItem. This works as long as the color is a bright color, as soon as I try to set it to darkGrayColor nothing happens, in fact it changes the tint to white! ...
3
votes
1answer
81 views

Custom UINavigationBar with custom height causes the UIBarButtonItem's to be positioned wrong

I created my own subclass of UINavigationBar in order to enable custom background that is taller than 44pxs. I did it by overriding these two methods: -(void) drawRect:(CGRect)rect { ...
3
votes
3answers
308 views

How to change color of selected bar button?

I have a simple black navigation bar with following button When the button is pressed the button gets the same color as the the navigation bar with the same gradient. But I want it to look like ...
3
votes
2answers
778 views

iOS UIBarButtonItem icons: Facebook / Twitter / Email

Has anyone created icons for a UIBarButtonItem for Facebook/Twitter/Email? Thanks
3
votes
1answer
2k views

Add custom button to navigation controller without border

I add custom button to navigation controller UIBarButtonItem *backButton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"back.png"] ...
3
votes
3answers
884 views

iPad's UIActionSheet showing multiple times

I have a method called -showMoreTools: which is: - (IBAction) showMoreTools:(id)sender { UIActionSheet *popupQuery = [[UIActionSheet alloc] initWithTitle:nil delegate:self cancelButtonTitle:nil ...
3
votes
2answers
366 views

Best way to get a “back” nav button with the arrow icon in it?

Apple frequently uses a left arrow icon in the their navigation controller "back" button, rather than the word "back" or other text: It doesn't seem possible to assign an image to this special ...
3
votes
5answers
2k views

Get the width of a UIBarButtonItem

I'm trying to get the width of a UIBarButtonItem. This doesn't work: barbuttonitem.customView.frame.size.width And this won't work, either: barbuttonitem.width Thanks in advance, mavrick3.
3
votes
2answers
453 views

How to disable the the light that appears when touching a UIBarButtonItem?

I have a toolbar with a UIBarButtonItem with style: UIBarButtonItemStylePlain. I wonder how can I disable the light that appears while touching it? UIButton has showsTouchWhenHighlighted property but ...
3
votes
1answer
1k views

Add UIBarButtonItem to navigationItem.titleView?

I have a navigationController which has a navigation bar. I would really like to have 3 UIBarButtonItems, one on the left, one in the middle, and one on the right. I am able to get the left and ...
3
votes
2answers
1k views

Placing a custom view based UIBarButtonItem in the navigation bar without default horizontal padding

How do I remove the horizontal padding to the left and right of custom left and right UINavigationBar items? There seems to be ~ 10 points of padding that iOS sets by default. I'm customizing left ...
3
votes
2answers
976 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
2answers
380 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
1answer
1k views

UISearchBar cancel button color?

When I drop a UISearchBar into my view inside Interface Builder, and change its style to Black Opaque, the cancel button stays unfittingly blue / gray and doesn't become black. How can I make the ...
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
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
733 views

Smaller active area for custom UIBarButtonItem

I have a UINavigationBar with a custom UIBarButtonItem (which uses a UIButton as its custom view). The problem is: the active area of the custom button is much too large, if I tap at least 40 pixels ...
3
votes
6answers
5k views

UINavigationBar BarButtonItem with Plain Style

i got the following code: - (id)init { if (self = [super init]) { self.title = @"please wait"; UIBarButtonItem *favorite = [[UIBarButtonItem alloc] initWithImage:[UIImage ...
3
votes
4answers
13k views

iPhone : making UIBarButtonItem that is arrow shaped

I have a UIBarButtonItem on a navigation bar. I'd like to make it arrow shaped. By that I mean I want it to be square except for a pointy side. Does anyone know how to do this? Thanks!
3
votes
3answers
9k views

iPhone: UINavigationBar with buttons - adjust the height

I am working on an iPhone application which works in both orientations: portrait and landscape. I am using for one view and tableview embedded in an UINavigationController. The height of this ...
2
votes
1answer
115 views

Retina iOS device does not show the @2X image, it shows the 1X image

Retina iOS device does not show the @2X image, it shows the 1X image. I'm using Xcode 4.2.1 Build 4D502, the app is targeting iOS 5. I've created a test app (Master/Detail) and added two images. ...
2
votes
2answers
127 views

iOS Can't change UIBarButtonItem image properly

I'm having a problem when I try to change a UINavigationBar's "back" button custom icon. To achieve such a thing, I'm using the following code: - (void)viewDidLoad { [super viewDidLoad]; ...
2
votes
2answers
168 views

LeftBarButtonItem with two buttons. One Button doesnt respond to tap

So I have two buttons in the leftBarButtonItem. This is my code. NSString *todayString = @"..."; UIBarButtonItem *todayButton = [[[UIBarButtonItem alloc] initWithTitle:todayString ...
2
votes
2answers
62 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
1answer
349 views

ios) Objective-c. how to add an image to UIBarButtonItem

I created a custom button and applied it to the UIbarbuttonitem. There is no error but nothing is shown on the navigation bar:( This is my code- //create a custom button UIImage *image = ...
2
votes
1answer
445 views

How add back button into navigation bar?

I have code in which i have hide default navigation back button. now i want to add new button at that place. and when press button then open main view or first screen of project. how i do that?

1 2 3 4 5 10