Top "Uinavigationcontroller" questions

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

iOS: popViewController unexpected behavior

I've been searching the internet for a solution. There's nothing I could find. So: I'm using a UINavigationController. I am …

xcode ios uinavigationcontroller
Programmatically set rootViewcontroller for UINavigationcontroller in Storyboard in Appdelegate

I have a value in NSUserdefaults. I am using storyboard, it is embedded in UINavigationController. - (BOOL)application:(UIApplication *)application …

objective-c uinavigationcontroller storyboard nsuserdefaults appdelegate
Swift : prepareForSegue with navigation controller

I am developing an iOS application in Swift. I want to send data from a view to an other one, …

ios swift uinavigationcontroller
popping and pushing view controllers in same action

is is possible to pop a view off the navigation stack and then push another straight onto it? I'm trying …

ios uinavigationcontroller pushviewcontroller popviewcontroller
Swift – Instantiating a navigation controller without storyboards in App Delegate

I'm rebuilding an app without storyboards and the part of it that I'm having the most trouble with is navigating …

ios objective-c swift uinavigationcontroller appdelegate
Custom back button on navigation bar

In my application there are many UIViewControllers with UINavigationControllers. There must be a "back" button and a "home" UIButton on …

iphone ios uinavigationcontroller uinavigationitem
No Swipe Back when hiding Navigation Bar in UINavigationController

I love the swipe pack thats inherited from embedding your views in a UINavigationController. Unfortunately i cannot seem to find …

ios objective-c xcode uinavigationcontroller uigesturerecognizer
Keep getting "Unbalanced calls to begin/end appearance transitions for <ViewController>" error

I have an app that is almost running perfectly. Here is how my app is structured: 6 total View Controllers on …

ios objective-c uiviewcontroller uinavigationcontroller segue
Change UINavigationBar back button title

In my application I want to use 'Back' text as back button title for every viewcontroller. I have read so …

ios uinavigationcontroller title back-button
Pop 2 view controllers in Nav Controller in Swift

I have found many ways to pop back 2 UIViewControllers in UINavigationController using Objective-C, however when I try and switch that …

ios uinavigationcontroller