Top "Uinavigationbar" questions

The UINavigationBar class implements a control for navigating hierarchical content in iOS.

UISearchBar in navigationbar

How can I show a UISearchBar in the NavigationBar? I can't figure out how to do this. Your help is …

ios uinavigationbar uisearchbar
UINavigationBar - Set title programmatically?

I have a tab bar application with a different view on each tab. Each view has a UINavigationBar with title …

ios iphone xcode4 uinavigationbar
How do I add a Navigation Bar to a UITableViewController in Interface Builder?

Interface builder does not let me click and drag a Navigation Bar onto a Table View Controller!!! It is super …

iphone ios interface-builder uitableview uinavigationbar
UITableView goes under translucent Navigation Bar

I am trying to have a transparent navigation bar in IOS 7 app. There is a full screen image in my …

ios objective-c uitableview uinavigationbar
How to set font & color of the title in UINavigationBar using iOS5 appearance API?

I have a multiple View Controllers and I want to set the font color of all to red. [[UINavigationBar appearance] …

ios5 uinavigationbar uiappearance
Is there a way to change the height of a UINavigationBar in Storyboard without using a UINavigationController?

I want to use a custom UINavigationBar in one of my views, which is not a part of any UINavigationController-hierarchy. …

ios objective-c cocoa-touch uinavigationcontroller uinavigationbar
UINavigationBar/Status Bar issue in IOS7

Final EDIT (Rather than having an overly long question with edits making a final edit for clarification, please see other …

ios7 uinavigationcontroller uinavigationbar uistatusbar
Get the right color in iOS7 translucent navigation bar

How can I get the right coloring for my translucent navigation bars in iOS 7? The navigation bar just adjusts the …

ios colors uinavigationbar ios7
Change width of a UIBarButtonItem in a UINavigationBar

I am creating a UIBarButtonItem and adding it to my navigation bar like so: (void)viewDidLoad { ... // Add the refresh button …

ios uinavigationbar uibarbuttonitem uinavigationitem
iOS 11 navigation bar height customizing

Now in iOS 11, the sizeThatFits method is not called from UINavigationBar subclasses. Changing the frame of UINavigationBar causes glitches and …

ios uinavigationbar ios11