Top "Uinavigationcontroller" questions

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

UINavigationBar Hide back Button Text

How can I hide the Back Button Text from an UINavigation Controller? I will only have the "<" and not "&…

ios uinavigationcontroller
How to enable back/left swipe gesture in UINavigationController after setting leftBarButtonItem?

I got the opposite issue from here. By default in iOS7, back swipe gesture of UINavigationController's stack could pop the …

ios objective-c uinavigationcontroller uinavigationbar uinavigationitem
UINavigationController "back button" custom text?

The "back button" of a UINavigationController by default shows the title of the last view in the stack. Is there …

ios iphone uinavigationcontroller
presenting ViewController with NavigationViewController swift

I have system "NavigationViewController -> MyViewController", and I programmatically want to present MyViewController inside a third view controller. The …

ios swift uinavigationcontroller uinavigationbar viewcontroller
Set rootViewController of UINavigationController by method other than initWithRootViewController

How Do I set the rootViewController of UINavigationController by a method other than initWithRootViewController? I want use initWithNavigationBarClass:toolbarClass: to …

ios uinavigationcontroller uitoolbar iphone-5
How to identify previous view controller in navigation stack

I have 2 seperate navigationcontrollers, one with RootViewController A and the other with RootViewController B. I am able to push ViewController …

objective-c ios uiviewcontroller uinavigationcontroller
Creating a navigationController programmatically (Swift)

I've been trying to redo the work on my app programmatically. (Without the use of storyboards) I'm almost done, except …

ios swift uinavigationcontroller
UINavigationController without navigation bar?

I have a universal app, and on the iPad version I'm using UISplitViewController to create an interface similar to the …

ios uinavigationcontroller
How to hide the "back" button in UINavigationController?

Do you know how to hide the 'back' button in a UINavigationController? Also, how to show it back, but I …

ios iphone uinavigationcontroller
Change the color of iOS Navigation Bar

I'm trying to change the color of my navigator bar but I found that it's only impossible if the navigator …

ios swift uinavigationcontroller