Top "Uinavigationbar" questions

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

Hide Navigation Bar in Specific View - Swift 3

I have NavigationController that handles navigation through my app. According to my design, the very first view should have no …

ios swift3 uinavigationcontroller uinavigationbar xcode8.2
UINavigationBar and new iOS 5+ appearance API - how to supply two background images?

I want to exploit the new iOS 5 appearance API to supply custom background images to all UINavigationBar instances in my …

objective-c ios ios5 uinavigationbar appearance
Adding a refresh UIBarButtonItem to a UINavigationController loaded from a NIB

I have a UINavigationController loading in the first tab of a UITabBarController. I'd like add a refresh button on the …

iphone objective-c uinavigationcontroller uinavigationbar uinavigationitem
How to make UIToolbar have a Clear Background?

I have a UIToolbar that has a white tint, with a bar button item, followed by some flexible space, followed …

iphone objective-c ios uinavigationbar uitoolbar
How to add UIBarButtonItem to NavigationBar while using UIPageViewController

Please forgive me, there are already a ton of questions on how to add a UIBarButtonItem to a NavigationBar programmatically …

ios uinavigationcontroller uinavigationbar uibarbuttonitem uipageviewcontroller
Create a UIBarButtonSystemItem with UIBarButtonItemStyle

I want to create a system UIBarButton, but I want it to have plain style. I've tried with this code, …

iphone ios uinavigationbar uibarbuttonitem uibarbuttonitemstyle
No top navigation bar in a tab bar controller application

I'm pretty new in iphone programming and have stumbled upon this issue which I guess should be pretty basic stuff. …

iphone ios5 uinavigationbar tabbarcontroller
iOS 7 UINavigationBar appearance not working first time…

I am trying to change the look of the UINavigationBar in my iOS7 app. I am doing the following: - (…

ios objective-c uinavigationbar uiappearance
UINavigationBar with Large Titles - how to find extra height in iOS 11

When using prefersLargeTitles for a UINavigationController's UINavigationBar in iOS 11, the nav bar increases height. The increase is from 44 to 96 on …

ios uinavigationcontroller uinavigationbar ios11 large-title
Back-like arrow on iOS 7

I need to add a left bar button item in my app that looks like system back button, but is …

ios uinavigationbar uinavigationitem