Top "Uinavigationbar" questions

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

Changing navigation bar color in Swift

I am using a Picker View to allow the user to choose the colour theme for the entire app. I …

ios swift uinavigationbar
How to change Navigation Bar color in iOS 7?

How do I change the Navigation Bar color in iOS 7? Basically I want to achieve something like the Twitter Nav …

ios ios7 storyboard uikit uinavigationbar
iPhone Navigation Bar Title text color

It seems the iOS Navigation Bar title color is white by default. Is there a way to change it to …

ios uinavigationbar navigationitem
UINavigationBar custom back button without title

How can I customize the navigation back button in iOS 7 and above without title? (i.e. with the arrow only) …

ios user-interface uinavigationbar
NavigationBar bar, tint, and title text color in iOS 8

The background text in the status bar is still black. How do I change the color to white? // io8, swift, …

ios swift ios8 uinavigationbar
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 …

iphone ios uinavigationcontroller uinavigationbar
How to hide a navigation bar from first ViewController in Swift?

How can I hide a navigation bar from first ViewController or a particular ViewController in swift? I used the following …

ios swift uinavigationcontroller uinavigationbar
Changing navigation title programmatically

I have a navigation bar with a title. When I double click the text to rename it, it actually says …

swift uinavigationbar title
Navigation bar show/hide

I have an app with a navigation bar consisting of 2 bar buttons. I would like to hide and show this …

iphone ios uinavigationcontroller uinavigationbar
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 …

ios objective-c uinavigationbar uinavigationitem