Top "Uinavigationcontroller" questions

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

How to localize Back Buttons?

I am translating an app into Indonesian. The storyboard uses a navigation controller and push segues for all of its …

ios localization uinavigationcontroller back-button
UIToolbar items not showing

I have a UINavigationController that gets pushed a DetailsViewController. In this DetailsViewController, I want to use the toolbar that comes …

iphone cocoa-touch uinavigationcontroller uitoolbar
How to make Segue animation Horizontal without UINavigationController?

I am using a UISplitViewController, with a MasterViewController and DetailViewController, without UINavigationControllers. Currenly the segue animation for master->detail, …

ios swift uinavigationcontroller segue uisplitviewcontroller
UINavigationController - Application tried to push a nil view controller on target, what am I missing?

I am having problems to get my Navigation Controller to run properly! If I click in the cell of the …

ios uinavigationcontroller didselectrowatindexpath
Force landscape for one view controller ios

I've looked at several answers to questions similar but none of the answer worked. I have an app where I …

iphone ios uinavigationcontroller orientation viewcontroller
Prevent automatic popToRootViewController on double-tap of UITabBarController

The default behavior of a UITabBarController is to pop the contained UINavigationController to the root view controller when a particular …

iphone uinavigationcontroller uitabbarcontroller
self.tabBarItem.title not working?

In my iPhone application, I have a tab bar. This tab bar holds a UINavigationController. I have: In Interface Builder …

iphone uiviewcontroller uinavigationcontroller uitabbarcontroller tabbar
iOS: How to Recognize that We Got Back from a Child UIViewController within the Parent UIViewController?

Let's say that I have 2 UIViewControllers on a stack within a UINavigationController. In the "parent" we call "[self.navigationController pushViewController:…

iphone ios uiviewcontroller uinavigationcontroller popviewcontroller
Unable to pushViewController for subview

I have a UINavigationController and I have seperate UIViews that I switch between using a UISegmentControl. On switching the views, …

iphone uitableview uinavigationcontroller didselectrowatindexpath
Warning: Attempt to dismiss from view controller <UINavigationController: 0xb359a20> while a presentation or dismiss is in progress

In my Application what i'm doing is: rootViewController -> pushViewController -> pushViewController -> pushViewController -> presentModalViewController …

ios objective-c uinavigationcontroller presentmodalviewcontroller poptoviewcontroller