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 ...

learn more… | top users | synonyms

0
votes
1answer
15 views

Hide navbar in mobile browsers

I'm making a mobile responsive site using Twitter Bootstrap. I'd like to completely hide the top navbar when the site is viewed on mobile. Anyone know a way to do this?
0
votes
1answer
40 views

Bread crumbs In grails

I want to know the usage and implementation of the bread crumbs in grails. i have some gsp(view) pages ,Home page is default i have 6 categories and in that 6 sub pages i need to show the navigation ...
-2
votes
2answers
49 views

UINavigationBar shouldn't scroll with table view [closed]

I have a Navigation Bar, But it scrolling with my tableview. How Can I fixed it? @property (strong, nonatomic) IBOutlet UINavigationItem *navigationBar;
2
votes
1answer
30 views

Mainting UIButton on UINavigationBar throughout app?

I'm try to set up a navigation-based app with a UIButton (to provide 'about' information) as the title on the navigation bar. I can easily establish the button as the title but can't figure out where ...
0
votes
4answers
43 views

Change single navigation bar color for total app

I have using two UINavigationBar's in my app ,now am applying themes to my app i'm trying to change navigation bar color of the total app using this line of code [[UINavigationBar appearance] ...
0
votes
0answers
22 views

UINavigation bar switching position from header to footer - Xcode storyboard

This is driving me crazy, yes i am new to iOS but I dont think this should be this difficult. I added a navigation bar to a ViewController using storyboard as shown in this image ...
0
votes
1answer
29 views

Make custom back button's clickable area smaller in Navigation controller

I've created a custom back button with the code below, however the clickable area is very big and goes well beyond the icon itself. Does anyone know how to set the clickable area, or make it the same ...
0
votes
2answers
46 views

iPad iOS 6 How prevent top corners UINavigationBar from rounding with background image

I have found a lot of posts on this but so far no luck. I am targeting iOS 6.0 and have a custom background image for my navigation bar. The top 2 corners are rounding and I have not found a way to ...
1
vote
0answers
11 views

Add image to UINavigationBar titleView

I have an UINavigationBar in my .xib file and I want to set it's titleView to an image. How can I do this? I am working with iOS 6.
0
votes
2answers
45 views

Change font of back navigation bar button

I want to be able to set the font of my apps navigation bar back button without doing anything too crazy and without losing any other design characteristics of the button (i.e. I want to keep the ...
0
votes
1answer
27 views

Nav Bar button loading random view before loading appropriate view

I have a back button on my answer view controller (a view controller that displays answers) if the user hits the back button I created it switches to a view that has the title of "Back" and just an ...
0
votes
2answers
32 views

One instance of navigation bar in every tab

I've been struggling this problem for several days. In my application I have tab bar controller with UINavigationViewControllers inside. I want every navigation bar in every navigation controller to ...
0
votes
0answers
10 views

Custom UINavigationBar Background image for View in Storyboard

I have the implementation in AppDelegate.m : - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization ...
0
votes
0answers
19 views

Subclassing UINavigationBar on multiple controllers [duplicate]

I have multiple controllers which use the same navigation bar. The view controllers do not exist on a navigation controller stack, but the bar is there as a Slide View menu is being used. I.e. the ...
0
votes
2answers
32 views

How do i remove text from back button on navbar within Xcode?

I set an arrow custom image to navigation bar by adding the following code in app delegate, it works but now im looking to remove the text completely for back button. UIImage * backButtonImage = ...
0
votes
0answers
17 views

Why did the height of the navigation bar change back to the default after backgrounding?

I set the height of the navigation bar to 55 in viewDidLoad, but after the app enters the background and becomes active again, the height goes back to the default 44. What can I do?
0
votes
1answer
20 views

iOS: scrolling everything but navigation controller

I have a UIViewController which conforms to a UITabBarController, so I can't add a navigation controller before it. In my view I have a UITableView which is too small so you can't really see the cells ...
0
votes
1answer
17 views

Show / Hide UIBarButtonItem Depending On If The View Is Empty Or Not

I have a simple iPad project with a view having two containers. When the entries on the left side are selected, the right side gets updated with its details. The right view controller also has ...
0
votes
1answer
43 views

android: what's this slider bar called and how to implement it?

This may be a dumb question but could anyone please tell me what this slider (highlighted in yellow) called in Android? Is it a navigation bar? I want to implement the same slider in my app, could ...
0
votes
1answer
12 views

ios UIBarButtonItem with UIBarButtonSystemItemCompose showing red button

I am trying to add a UIBarButtonItem with the style of UIBarButtonSystemItemCompose. According to the apple docs it should display a compose icon that consists of a square outline. When I use the ...
0
votes
0answers
30 views

NavigationBar doesn't change when pushing to navigationController

I have encountered some weird behaviour in my app. It's rather complicated so allow me to explain the setup: I have a tabBarController which holds different navigationControllers. Each of these ...
0
votes
1answer
32 views

controlling display coordinates of view item added to toolbar

I want to have precise control over the custom view I add to my UINavigationController toolbar. More specifically.. i want to display a UILable ontop of the items in my toolbar. I have a toolbarItems ...
0
votes
6answers
48 views

how to change UINavigationBar light

I am quite new to iOS development and its my first time styling things here. before anyone says anything I know that the following code will change the colour ...
0
votes
1answer
45 views

Items in UINavigationBar not filling width of screen

When I first load my view controller, I set up some buttons and a title for my UINavigationBar. If I load the screen in portrait, everything looks great. However, if I load the screen in landscape, ...
0
votes
0answers
36 views

Gmail iOS app make a turn over with the navigation bar

i would like to know if there are any frameworks for iOS to make a turn navbar like the Gmail App. It appears when an email is marked! THANKS! Look like this pictures:
0
votes
2answers
15 views

Toolbar images, confusing

I have seen many apps that have navigation bars at the top of their app, and the left button is a button with 3 vertically stacked bars. I have seen this, and cannot find anything on it. It usually ...
1
vote
1answer
88 views

Custom ios app nav bar buttons [closed]

I'm having problems to create an custom nav bar like the Uber app. I'm setting my button background image to: UIImage *button44 = [[UIImage imageNamed:@"navButtonAdd"] ...
1
vote
2answers
49 views

Why is my title showing as a left button?

I have a navigationBar in my TabBarView. I want a rightBarButtonItem and a title on my navigationBar. Why is this happening? My code is in the viewDidLoad method. Why is my title showing as a left ...
0
votes
2answers
24 views

Add borderless search buttons in UINavigationbar

Good morning, good evening ! I feel like my question is a dumb easy to solve question, but it looks like Google can't help me. I want to add on my UINavigationBar a search button, but I want it ...
0
votes
0answers
69 views

Android navigation bar issue

Scenario I am facing a problem related to the navigation bar in google nexus. In my fragment I have an Image view (being displayed from the local resoure, eg: cofee mug) and a tag containing ...
2
votes
1answer
132 views

How to subclass UINavigationBar correctly also using appearance

This is what I am trying to achieve: NB: Also with a title to the controller. Some additional information:- This navigation bar will appear on around 10 view controllers. It is not part of a ...
0
votes
1answer
28 views

Tint Color of Appstore TopBar

I like to use the same tint color that apple uses for its iOS6 Appstore top bar. But I can't manage to find out the right color. I tried a lot of colors but none of them was right. Does anybody ...
0
votes
1answer
43 views

Handling rotation of subclassed UINavigationBar with buttons

I have subclassed UINavigationBar to have a custom navigation bar within my application. The bar is re-used on multiple view controllers with the same style Menu button as the left button item, which ...
0
votes
0answers
10 views

How to solve the navigation bar error in xcode

I have been writing a program which I use: - (void)viewDidLoad { [super viewDidLoad]; UINavigationBar *navBar =[[UINavigationBar alloc] ...
0
votes
1answer
21 views

Setting the height of the UINavigationBar

I have set a UINavigationBar background image to an image with a height of 68px as opposed to the default 44px. Now the image is shown fine, but the content in the UINavigationController is overlapped ...
1
vote
2answers
23 views

UINavBar image not stretching to edges

I've tried to use an image for my navigation bar background but can't get it to reach the edges: The image sizes I've set are 320 x 44 and 640 x 88. This is the code to set it it: ...
0
votes
2answers
34 views

UINavigation title not showing?

This is in my view did load. There is no title showing at all? I have a UITabBar with a UITableView and UInavigationBar inside the UITabBar. //Creates navigation bar. UINavigationBar *myNavBar = ...
-1
votes
2answers
82 views

Navigation Bar Button Hide When animation set as YES

I am setting Back and next Button as Navigation Bar item left button and right button.which have code below as // Back Button UIBarButtonItem *aBarButtonItem = [[UIBarButtonItem alloc] ...
1
vote
1answer
80 views

Unbalanced calls to begin/end appearance transitions for <BTSViewController: 0x865c520>

I am facing this error, when i come back to my old View after visiting a new View (On click of Back Button on navigationBar) First: On click of searchBar, i am visiting a new View which contains ...
0
votes
1answer
41 views

UI navigation bar custom background iPhone SDK

I have customized the UINavigationBar of my app with a texture. Here is my code: if ([[UINavigationBar class]respondsToSelector:@selector(appearance)]) { [[UINavigationBar appearance] ...
1
vote
1answer
41 views

UINavigationBar styling without background images

I'm trying to find a way to modify the style of my UINavigationBar without using images. I want to create a flat UINavigationBar with a solid color. Is my only option to subclass UINavigationBar and ...
0
votes
1answer
53 views

Setting up reused navigation bar item button for left button

I am using a Navigation Bar through out my application although not controller via a Navigation Controller (added to the VCs via Storyboard). I would like to set a left bar button item to be the same ...
0
votes
1answer
46 views

Auto Resizing UINavigationBar on rotation to landscape

The typical NavController behaviour is to resize when in port/landscape. From 44px height to 32px I beleive (from the top of my head). I am using a storyboard and included a Navigation Bar into a ...
0
votes
2answers
37 views

Setting up a custom Nav Bar with Storyboards

I am trying to work out how to setup a custom navigation bar with storyboards. I have added a navigation bar directly to a view controller in my app. The VC is not directly in a Navigation ...
0
votes
1answer
16 views

Working with autorotation and UINavigationBar images

I have a navigation bar that uses a custom image for the background. Along with some images for buttons UIBarButtonItems. When the device is rotated the navigation bar height is obviously changed to ...
0
votes
4answers
47 views

Navigation Bar Item stretching image for button

I have setup a Navigation Bar in a storyboard with an UIBarButton for the right. This is the code I use to update the image for this: // Setup the right navigation bar item [self.addGameButton ...
0
votes
0answers
15 views

UINavigationBar capturing touches above its bounds

I've got a subclass of UINavigationBar in my app that isn't at the top of the screen (I've got a good reason for this) that appears to be accepting touches up to 15px above the top of its frame. This ...
0
votes
1answer
40 views

Hide navigationBar?

1) What is the difference between the three lines of code below? 2) Also why does only the third line of code work if I'm returning to a viewController and the previous viewController has set the ...
0
votes
2answers
38 views

Customizing UIBarButtonItems in various parts of applications (background image and shape)

I want to change the background image of my UIBarButtonItems. In the root view, I want them to be a certain background image (but still rounded-rect buttons) in the nav bar, but in the next view, I ...
6
votes
4answers
256 views
+200

Hid navigation bar, but when I transition to the previous view (popped) it shows the old back button temporarily. Why?

I have view controllers in a navigation controller (root: RootViewController, second: ReadingViewController), but in the second view controller I want to disable the navigation bar for a UIToolBar (as ...

1 2 3 4 5 35