Top "Uinavigationbar" questions

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

Adding back button to navigation bar

I've added a navigation bar to a UIViewController. It is displayed from another UIViewController only. I'd like to have a …

iphone cocoa-touch uinavigationbar uinavigationitem
How to draw a transparent UIToolbar or UINavigationBar in iOS7

I would like an entirely transparent UIToolbar and/or UINavigationBar. I have tried the various incantations suggested for pre- and …

ios uinavigationcontroller uinavigationbar ios7 uitoolbar
Change color of translucent black UINavigationBar

I stumbled upon this many times, never found a solution. A UINavigationController's navigationBar can be set to black translucent like: …

uinavigationcontroller uinavigationbar uicolor translucency
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 …

iphone objective-c uikit uiviewcontroller uinavigationbar
NSFontAttributeName has changed to String

i'm trying to style the navigation bar properly, i need to change the font to helvetica neue with a size …

string swift uinavigationbar
Swift Navigation Bar Button and Title don't appear

I'd like to create a Navigation bar on top of my App. I created an Navigation Controller -> Tab …

swift uinavigationbar xcode6-beta5
UISearchBar increases navigation bar height in iOS 11

I have my UISearchBar being part of the navigation bar like: let searchBar = UISearchBar() //some more configuration to the search …

ios swift uinavigationbar ios11
UIBarButtonItem changing title not working

How can I change the title of a UIBarButtonItem? I have the following code which is called when an "edit" …

ios uinavigationbar uibarbuttonitem
iOS 7 | Navigation bar / Toolbar buttons very close to status bar

I have a problem when dragging a navigation bar or toolbar (storyboard) to my view controller. UINavigationBar: As you can …

uinavigationbar uistoryboard uitoolbar ios7
iOS 11 SearchBar in NavigationBar

With iOS 11 Apple has redesigned the UISearchBar by making the corners rounder and the height bigger. Adding a UISearchBar to …

uinavigationbar uisearchbar ios11