Top "Uinavigationbar" questions

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

iPhone X - Hidden status bar pushes Navigation Bar upwards

I'm testing iPhone X behavior using the Xcode simulator. For some odd reason, if I'm hiding the Status Bar the …

ios uinavigationcontroller uinavigationbar statusbar iphone-x
How to change tintColor of UIBarButtonItem in Swift?

I want to change the color of my right bar button item from black to white. It is a button …

ios swift uinavigationcontroller uinavigationbar uinavigationitem
UINavigationBar appearance refresh?

In my iPad app I have an application settings view. One of the options lets the user switch interface color …

uinavigationbar uitabbar uitoolbar appearance
Content falls beneath navigation bar when embedded in custom container view controller.

UPDATE Based on Tim's answer, I implemented the following in each view controller that had a scrollview (or subclass) that …

ios objective-c uinavigationbar ios7
ios Title and Subtitle in Navigation Bar centered

I'm trying to have two UILabels in my navigation bar instead of just one. I followed this link to have …

ios uinavigationbar center title subtitle
Changing the text color of a navigation bar title when "prefersLargeTitles" is set to true

I have a requirement in which I have to use a UINavigationBar with a red large title. Currently, I have …

ios uikit uinavigationbar ios11
Navigation Controller Back button to go to the screen before the previous screen

I'm wondering whether it's possible to go back to 2 previous page using navigation controller button. Right now, I've custom made …

uinavigationcontroller uinavigationbar back-button uinavigationitem back
landscape mode problem with a navigation bar

I have a ViewController that manages a view in which I have a Table View, an ImageView and a Navigation …

ios uinavigationbar landscape
adding progress bar under navigation bar

I am new to iOS development. I would like to know if in iOS 7 when sending a message under UINavigationBar, …

ios uinavigationbar uiprogressview
custom background image with large titles NavigationBar in iOS 11

How do you set a custom background image for the large title NavigationBar in iOS 11? I'm using a custom subclass …

ios swift uinavigationbar ios11