Top "Uinavigationcontroller" questions

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

How can I pop a view from a UINavigationController and replace it with another in one operation?

I have an application where I need to remove one view from the stack of a UINavigationController and replace it …

iphone cocoa-touch uinavigationcontroller uiviewanimation
Swift Custom NavBar Back Button Image and Text

I need to customise the look of a back button in a Swift project. Here's what I have: Here's what …

ios swift uinavigationcontroller uikit uibarbuttonitem
Status bar and navigation bar issue in IOS7

I am migrating my application to iOS 7. For handing the status bar issue I have added this code if([[[UIDevice …

ios ipad ios7 uinavigationcontroller
Programmatically call navigation controller back button on iOS

In a UINavigationController-based iPhone app, in a method I would like to perform the programmatic equivalent of the back button …

ios objective-c button uinavigationcontroller
Present View Controller in Storyboard with a Navigation Controller - Swift

I am currently showing a viewController in my new storyboard below: var storyboard : UIStoryboard = UIStoryboard(name: AccountStoryboard, bundle: nil) var …

ios uiviewcontroller uinavigationcontroller swift uistoryboard
How can I change height of Navigation Bar - Swift 3

I'm pretty sure this is not duplicate because I looked at other answers and they all outdated and do not …

ios swift xcode uinavigationcontroller uinavigationbar
How to hide/show tab bar of a view with a navigation bar in iOS?

I have views with a navigation bar and a tab bar. What I would like to happen is to hide …

ios uinavigationcontroller uitabbarcontroller
Custom Animation for Pushing a UIViewController

I want to show a custom animation when pushing a view controller: I would like to achieve something like an "…

iphone animation uikit uiviewcontroller uinavigationcontroller
How to change the UINavigationController back button name?

I have a UIViewController and I'm navigating from my first view controller to second view controller and I want to …

ios uiviewcontroller uinavigationcontroller uinavigationitem
Is there a way to change the height of a UINavigationBar in Storyboard without using a UINavigationController?

I want to use a custom UINavigationBar in one of my views, which is not a part of any UINavigationController-hierarchy. …

ios objective-c cocoa-touch uinavigationcontroller uinavigationbar