Tagged Questions
The UINavigationBar class implements a control for navigating hierarchical content. It’s a bar, typically displayed at the top of the screen, containing buttons for navigating up and down a hierarchy. The primary properties are a left (back) button, a center title, and an optional right button. You can specify custom views for each of these.
82
votes
12answers
42k views
Are there free iPhone navigation bar icon sets available?
I want to use up/down icons like the ones used by "mail" in the upper-right corner when you're viewing a specific message. Are these icons available for free anywhere?
Beyond that, are there any ...
40
votes
12answers
54k views
iPhone Navigation Bar Title text color
It seems the iPhone Navigation Bar title color is always white. Is there a way to change it to a different color?
I am aware of the navigationItem.titleView approach using an image. Since my design ...
39
votes
9answers
28k views
Tab bar controller inside a navigation controller, or sharing a navigation root view
I'm trying to implement a UI structured like in the Tweetie app, which behaves as so: the top-level view controller seems to be a navigation controller, whose root view is an "Accounts" table view. ...
37
votes
8answers
18k views
How do I change the title of the “back” button on a Navigation Bar
Currently the left bar button default value is the title of the view that loaded the current one, in other words the view to be shown when the button is pressed (back button).
I want to change the ...
28
votes
4answers
32k views
How to add a right button to a UINavigationController?
I am trying to add a refresh button to the top bar of a navigation controller with no success.
Here is the header:
@interface PropertyViewController : UINavigationController {
}
Here is how I am ...
23
votes
9answers
8k views
Set programmatically a custom subclass of UINavigationBar in UINavigationController
Does anyone know how can I use my custom subclass of UINavigationBar if I instantiate UINavigationController programmatically (without IB)?
Drag a UINavigationController in IB show me an under ...
20
votes
2answers
18k views
16
votes
2answers
31k views
Adding left button to UINavigationBar (iPhone)
I've created a new navigation based iPhone app. I added this to the RootViewController.
- (void)viewDidLoad {
[super viewDidLoad];
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] ...
15
votes
7answers
23k views
iPhone: Setting Navigation Bar Title
Hey all. I'm still pretty new to iPhone development, and I'm having a bit of trouble figuring out how to change the title of my Navigation Bar. On another question on this site somebody recommended ...
12
votes
4answers
7k views
How to set the text of a back button on a UINavigationBar?
The Situation:
I have a UIViewController that is governed by a navigation controller. I am able to set the title of the navigation bar covering the UIViewController by simply calling self.title = ...
11
votes
5answers
2k views
UINavigationBar's drawRect is not called in iOS 5.0
I've overrided(placed in category, or swizzled) UINavigationBar's drawRect to show custom background. In iOS 5 it's not working. What should I do?
11
votes
7answers
10k views
Hiding UITabBar when pushing a UIView
I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the UITabBar of the UITabBarController when I push a certain view in the ...
10
votes
4answers
334 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 ...
10
votes
6answers
5k views
Checking if a UIViewController is about to get Popped from a navigation stack?
I need to know when my view controller is about to get popped from a nav stack so I can perform an action.
I can't use -viewWillDisappear, because that gets called when the view controller is moved ...
9
votes
3answers
497 views
creating button for popover view anchor at run time
This may not be possible, but I'm hoping someone will have an idea how to do it.
I have an app I'm porting from iPhone only to Universal. On the iPhone, I'm using a Tabbed application. I use three ...
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
...
9
votes
3answers
4k views
how to create info button on uinavigationbar on iphone
I've seen many of applications that have an info button (the letter "i" with a circle around it) on the uinavigationbar. How do I add this type of button?
9
votes
6answers
18k views
Background image for navigation view
I am having problems with properly displaying background image of navigation view.
Here is the pic:
Here is the code:
- (id)initWithStyle:(UITableViewStyle)style {
if (self = [super ...
8
votes
4answers
2k views
8
votes
2answers
7k views
UINavigationBar - Set title programatically? iPhone SDK 4
I have a tab bar application with a different view on each tab. Each view has a UINavigationBar with title set on Interface Builder. I am wanting to change the title based on a clause in the ...
8
votes
4answers
1k views
UINavigationBar autoresizing
In my app, I got a UINavigationController. Unfortunately, when I rotate the device and the interface orientation changes, the UINavigationBar doesn't change its height. In other iPhone applications, ...
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, ...
7
votes
6answers
8k views
Custom background for UINavigationBar in landcape mode
I am adding a custom background for my UINavigationBar. It works fine as long as the phone is in portrait mode. As soon as I switch to landscape mode, half the bar appears blue (the default navbar ...
6
votes
4answers
363 views
UINavigationController loading view incorrectly due to Orientation/Shake
Background: App has a shake to go home feature. Home view Only supports portrait.
If you shake a bit harder than usual, the view that you are on starts to rotate (which is fine) , but then it detects ...
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
4answers
13k views
Custom nav bar styling - iOS
iOS - How did the NY Times do this custom top navigation bar styling? http://cl.ly/5prz
And for that matter, the bottom one?
Thanks...
6
votes
2answers
472 views
setStatusBarHidden:NO after XIB load covers UINavigationBar
When setStatusBarHidden:NO is set before the view loads, the UINavigationBar and other elements appear aligned immediately below the StatusBar as they should. However, when setStatusBarHidden:NO is ...
6
votes
1answer
1k views
Send UIWebView title to UINavigationBar
Hi I have looked everywhere but nothing as help, I am trying to send the UIWebView page Title to UINavigationBar.
I would also like it if a user clicks on a link the UINavigationBar shows a back ...
6
votes
4answers
4k views
UISegmentedControl Selected Tint Not Showing
The tint that usually shows on a UISegmentedControl on the selected button isn't showing when I set the whole nav bar to black (self.navigationController.navigationBar.tintColor = [UIColor ...
6
votes
4answers
8k views
How to add background image on iphone Navigation bar?
i want add an image background to my navigation bar like this :
what is the code ?
thank you
ist it right ?
//set custom background image
UIImageView *backgroundView = [[UIImageView alloc] ...
5
votes
2answers
2k views
How to subclass UINavigationBar for a UINavigationController programatically?
I'm using a custom drawRect function to draw on UINavigationBar across my application in iOS4, it doesn't use images, only CoreGraphics.
Since you can't implement drawRect in UINavigationBar ...
5
votes
1answer
506 views
How to add a simple button to the middle of a navigation bar?
i found a lot of topics around placing buttons on navigation bar but none showed me how to place a button at the center of the bar.
I found an example with a segmented control but i don't need that.
...
5
votes
1answer
869 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
2k views
Subclassing UINavigationBar … how do I use it in UINavigationController?
I wanted to subclass UINavigationBar (to set a custom background image & text color) and use that for all the navigation bars in my app. Looking at the API docs for UINavigationController, it ...
5
votes
4answers
4k views
iPhone SDK - make UINavigationBar transparent
How do you make a UINavigationBar transparent? Though I want its bar items to remain visible.
5
votes
4answers
10k views
Adding image to navigation bar
I'd like an image to take up all of a navigation bar. This is the navigation that comes with a navigation based app. It appears on the RootViewController with the accompanying UITableView. I've ...
5
votes
2answers
7k views
UINavigation bar background in iPhone
I have applied following code to my application to change the navigation bar image.
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
[self.navigationController.navigationBar ...
4
votes
5answers
192 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
4answers
135 views
How to add several UIBarButtonItems to a NavigationBar?
I want to draw multiple buttons on a UINavigationBar. These will be either on right side or left side.
4
votes
3answers
220 views
How can I check if a user is on iOS4 or iOS5?
In my AppDelegate I am using the appearance proxy to make custom UI:
//Setup custom appearances
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"header"] ...
4
votes
2answers
799 views
Customize NavigationBar in iOS 5
In iOs4 i created a custom navigation bar using this snippet
#import "UINavigationBar+CustomImage.h"
@implementation UINavigationBar (CustomImage)
- (void)drawRect:(CGRect)rect {
// Drawing ...
4
votes
3answers
1k views
adding more than two button on the navigationbar
I am trying this but it does not work.
-(void)viewDidLoad
{
// create a toolbar where we can place some buttons
UIToolbar* toolbar = [[UIToolbar alloc]
...
4
votes
1answer
141 views
how do I get the title of a URL
I have a URL and I will show the URL inside a ModalViewController. I would like to set the title of this URL in the navigation bar.
Inside the ModalViewController I have a UIWebView to display the ...
4
votes
1answer
421 views
iPhone - what controls needed for a chat style app? (easy question)
In a portion of my app I need to make a chat between two users... I know how to send the messages between both but I don't know what are the best controls I have to use in the UI... I want a UI ...
4
votes
3answers
399 views
Determine correct RGBA value for bar tint color given a client's design image?
I often get given mockup images that define how an iPhone app is supposed to look. These can come from as many different methods as there are projects, sometimes balsamiq or even hand-drawn, sometimes ...
4
votes
5answers
4k views
iOS: navigation bar's titleView doesn't resize correctly when phone rotates
I'm writing an iPhone app that (like most apps) supports auto-rotation: You rotate your phone, and its views rotate and resize appropriately.
But I am assigning a custom view to ...
4
votes
2answers
2k views
shadow effect for UINavigationbar like GameCenter
I want to add shadow effect for UINavigationbar like GameCenter.
I think apply background image with shadow to nav bar, but title's line height would be down.
And I draw shadow to background, but ...
4
votes
2answers
667 views
How do I change the background of a UINavigationBar?
I'd like to change the background of my UINavigationBar to a [UIColor colorWithImage:], but it isn't working. What am I missing?
EDIT:
Once I've created my subclass, where do I set the ...
4
votes
2answers
1k views
Can't add UIBarButtonItem to independent UINavigationBar
I am programatically adding a UINavigationBar to a UIView, and now need to add a UIBarButtonItem to it. I am trying to use the following:
UIBarButtonItem *doneButton = [[UIBarButtonItem alloc] ...
4
votes
2answers
592 views
UINavigationBar Rounded Two Corners
I want to round the top right and top left of the UINavigationBar.
I know that there are functions for changing the views corner radius, but is it possible to do something similar to the standard ...