Top "Uinavigationcontroller" questions

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

Change font of UINavigationController title

Can I change the font of my UINavigationController? --> title

ios fonts uinavigationcontroller title
UINavigationController Interactive Pop Gesture Not Working?

So I have a navigation controller in my built for iOS 7 app. The titleView is visible, as well as the …

ios uinavigationcontroller ios7 gesture
How to get navController from AppDelegate.

I am wondering, that how to get navController from AppDelegate = [[UIApplication sharedApplication] delegate] in the iPhone programming. e.g., in …

iphone objective-c ios uinavigationcontroller uiapplicationdelegate
Navigation controller popViewControllerAnimated : yes is not working as expected

I am using following line of code: [self.navigationController popViewControllerAnimated:YES]; But it is not behaving in ios 7 as it …

ios uinavigationcontroller popviewcontrolleranimated
How to get the 'current' navigation controller from tab bar controller

Is there is a method to retrieve tab bar controller's current visible navigation controller? For example, I have 2 tabbars in …

objective-c ios uinavigationcontroller uitabbarcontroller
How to Change back button title on navigation controller in swift3?

I want to change the title of backbutton to any name in swift 3.I tried many ways but none of …

swift uinavigationcontroller uinavigationbar uinavigationitem
iPhone - Replacing rootview in navigation controller

I have a project with a NavigationController, that contains into IB the first ViewController to show. That's just the default …

iphone uinavigationcontroller replace root
UINavigationItem centering the title

I have a navigationBar with both Left and Right bar buttons on each side. I have a customTitlelabel which I …

iphone ios uinavigationcontroller uinavigationitem
Add subtitle under the title in navigation bar controller in Xcode

So I'm wanting to add a "subtitle" under the title in the navigation bar in navigation controller. Mostly everything I …

swift uinavigationcontroller uinavigationbar uinavigationitem
iOS - Semi-transparent modal view controller

I want to present a view controller with a slightly transparent background modally over the current view, such that the …

ios uiviewcontroller uinavigationcontroller modalviewcontroller