Top "Uinavigationbar" questions

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

Add a UIView above all, even the navigation bar

I want to display, above any other views, even the navigation bar, a kind of "pop-up" view that looks like …

ios uiviewcontroller uinavigationbar popupwindow
Removing the title text of an iOS UIBarButtonItem

What I wanted to do is to remove the text from the 'Back' button of a UIBarButtonItem, leaving only the …

ios uinavigationbar uibarbuttonitem uinavigationitem
Trying to handle "back" navigation button action in iOS

I need to detect when the user taps the "back" button on the navigation bar, in order to perform some …

ios uinavigationcontroller uinavigationbar selector
How to change UINavigationBar background color from the AppDelegate

I know how to change the UINavigationBar background image by doing [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"nabbar"] forBarMetrics:UIBarMetricsDefault]; and …

ios objective-c cocoa-touch uinavigationbar
How to enable back/left swipe gesture in UINavigationController after setting leftBarButtonItem?

I got the opposite issue from here. By default in iOS7, back swipe gesture of UINavigationController's stack could pop the …

ios objective-c uinavigationcontroller uinavigationbar uinavigationitem
Navigation bar with UIImage for title

I want to customize my app's look by using a logo image as the navigation bar's title, instead of plain …

ios cocoa-touch uiimage uinavigationbar
presenting ViewController with NavigationViewController swift

I have system "NavigationViewController -> MyViewController", and I programmatically want to present MyViewController inside a third view controller. The …

ios swift uinavigationcontroller uinavigationbar viewcontroller
How to prevent UINavigationBar from covering top of view in iOS 7?

After updating to Xcode 5, the navigation bars in all of my app's views have shifted down. Here are some screenshots, …

ios objective-c ios7 uinavigationbar uistatusbar
Imitate Facebook hide/show expanding/contracting Navigation Bar

In the new iOS7 Facebook iPhone app, when the user scrolls up the navigationBar gradually hides itself to a point …

ios iphone objective-c ios7 uinavigationbar