Top "Uinavigationcontroller" questions

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

How to pop from one view controller to another view controller

Using iOS I Have 15 ViewControllers now I want to pop from one ViewController to another View Controller. I am using …

iphone ios objective-c uinavigationcontroller uipopovercontroller
UIPopoverController automatically resizing to max height on pushViewController

I have a popover containing a UINavigationController. I can display the popover fine, and it contains the navController just fine. …

uinavigationcontroller uipopovercontroller
IOS7 : UIScrollView offset in UINavigationController

I'm currently migrating my app on ios 7 and I've been stuck for hours on the new navigationcontroller/bar management. Before, …

uinavigationcontroller uinavigationbar ios7
Set a custom subclass of UINavigationBar in UINavigationController programmatically

Does anyone know how can I use my custom subclass of UINavigationBar if I instantiate UINavigationController programmatically (without IB)? Drag …

objective-c uinavigationcontroller uinavigationbar
Prevent a UISearchDisplayController from hiding the navigation bar

Whenever a user begins editing a UISearchDisplayController's search bar, the search controller becomes active and hides the view's navigation bar …

iphone iphone-sdk-3.0 uinavigationcontroller uisearchdisplaycontroller
Storyboard navigation controller and tab bar controller

I am trying to get the following setup in Storyboard. Where I have a table view in the beginning, and …

ios uinavigationcontroller storyboard uitabbarcontroller uistoryboard
NSGenericException', reason: 'Push segues can only be used when the source controller is managed by an instance of UINavigationController

so I'm making an app with 5 view controllers, the first is embedded in a UINavigationController and the segue between the …

iphone ios uinavigationcontroller segue
Showing/hiding navigation bar with smooth animation

I have a navigation based app. The first view (rootcontroller) starts with three large buttons only. No navigationbar. From there, …

iphone objective-c cocoa-touch uinavigationcontroller
SplitView like Facebook app on iPhone

I want to create an iPhone app that uses a navigation scene similar to the one pictured in the link …

iphone objective-c uinavigationcontroller uisplitviewcontroller tableview
Popover with embedded navigation controller doesn't respect size on back nav

I have a UIPopoverController hosting a UINavigationController, which contains a small hierarchy of view controllers. I followed the docs and …

ios uiviewcontroller uinavigationcontroller uipopovercontroller