The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
Short version: I am having a problem with auto layout top layout guide when used in conjunction with custom transition …
uinavigationcontroller ios7 autolayout custom-transitionI'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 uitoolbarI'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 uisegmentedcontrolIn 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 uitoolbaritemI want to call a new view controller and remove the current view controller from the navigation controller stack. For …
ios uiviewcontroller uinavigationcontroller viewcontroller navigationcontrollerSo I am doing some custom animations on my navigationcontroller and the way it pushes and pops the viewControllers. Everything …
iphone ios uinavigationcontroller calayer shadowUPDATE 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 uipageviewcontrollerI'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 subviewI have been looking on this site and on other how to set the navigation bar tint change, I have …
ios uinavigationcontroller tintI 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