Top "Uinavigationcontroller" questions

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

Navigation controller top layout guide not honored with custom transition

Short version: I am having a problem with auto layout top layout guide when used in conjunction with custom transition …

uinavigationcontroller ios7 autolayout custom-transition
Hiding a UINavigationController's UIToolbar during viewWillDisappear:

I've got an iPhone application with a UITableView menu. When a row in the table is selected, the appropriate view …

iphone cocoa-touch uikit uinavigationcontroller uitoolbar
UISegmentedControl in the Navigation Bar with the Back button

I'm adding a UISegmentedControl to the Navigation bar programatically where the titleView should be. But as Apple docs have mentioned …

ios objective-c uinavigationcontroller uinavigationbar uisegmentedcontrol
Setting Toolbar Items of UINavigationController

In iPhone OS 3.0, you can set the toolbar items of a UINavigationController using the setToolbarItems:animated: method. However, this requires …

cocoa-touch interface-builder uinavigationcontroller uitoolbar uitoolbaritem
How can I remove a view from navigation controller

I want to call a new view controller and remove the current view controller from the navigation controller stack. For …

ios uiviewcontroller uinavigationcontroller viewcontroller navigationcontroller
CALayer - Shadow causes a performance hit?

So I am doing some custom animations on my navigationcontroller and the way it pushes and pops the viewControllers. Everything …

iphone ios uinavigationcontroller calayer shadow
Content pushed down in a UIPageViewController with UINavigationController

UPDATE 2 I've been running and testing my app in the iOS Simulator using a 4-inch device. If I run using …

ios objective-c xcode uinavigationcontroller uipageviewcontroller
Adding a UINavigationController as a subview of UIView

I'm trying to display a UILabel on top of a UINavigationController. The problem is that when I add the UILabel …

cocoa-touch uiview uiviewcontroller uinavigationcontroller subview
Change the navigation bar tint using Xcode

I have been looking on this site and on other how to set the navigation bar tint change, I have …

ios uinavigationcontroller tint
iOS 6 UITabBarController supported orientation with current UINavigation controller

I have an iPhone app I am updating to iOS 6 that is having rotation issues. I have a UITabBarController with 16 …

uinavigationcontroller rotation uitabbarcontroller orientation ios6