Top "Uinavigationcontroller" questions

The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.

Hide NavigationBar for one ViewController in Storyboard

I have found many posts, but still no solution. I am trying to hide a NavigationBar on the initial UIViewController, …

iphone ios xcode uinavigationcontroller navbar
rightBarButtonItem does not appear in Navigation Bar iOS

I'm having problems displaying the rightBarButtonItem of the Navigation Bar - I'm attempting to create it programmatically in the Application …

objective-c uinavigationcontroller uibarbuttonitem uinavigationitem rightbarbuttonitem
Why ARC is not deallocating memory after popViewController

I'm pushing and popping ViewControllers in UINavigationController. I'm tracking the memory consumption of my app. While pushing the new viewController …

ios memory-management memory-leaks uinavigationcontroller
change font of back button on uinavigationcontroller

I'm trying to change the font color of the text on my back button in my UINavigationControllerBar [[UIBarButtonItem appearance] setTitleColor:[…

fonts uinavigationcontroller back-button
UINavigationController: Hiding Back Button on One View Hides it For All Views

I have a UINavigationController that contains 3 UIViewControllers on the stack. View A - is the root View B - is …

iphone objective-c cocoa-touch uinavigationcontroller uinavigationitem
Showing a UIProgressView inside or on top of a UINavigationController's UINavigationBar

I want to have an UIProgressView to show a progress on the bottom of a navigation bar (just like when …

ios uitableview uinavigationcontroller uinavigationbar uiprogressview
Custom UINavigationController UIToolbar Background Image

I have an iPhone application using UINavigationController and would like to customize the elements with custom background images. I was …

objective-c cocoa-touch uinavigationcontroller uitoolbar
change RootviewController to Navigation controller

I am new to iPhone, I want to change my Rootviewcontroller to my new class and make it to navigation …

iphone ios ipad uinavigationcontroller rootview
How can I show a custom image in navigation bar back button instead of default buttons which are shown by nav bar itself

On navigating to any view in an app which has navigation controller implemented, it shows a back button to go …

iphone image uinavigationcontroller back-button
iOS: UISplitViewController cannot be pushed to UINavigationController

I have an XCode iPad project using a navigation controller. I tried to get a button to push a UISplitViewController …

ios ios5 uinavigationcontroller uisplitviewcontroller