Top "Uinavigationcontroller" questions

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

How to Navigate from one View Controller to another using Swift

I'd like to navigate from one view controller to another. How can I convert the following Objective-C code into Swift? …

ios swift viewcontroller uinavigationcontroller
How to add a right button to a UINavigationController?

I am trying to add a refresh button to the top bar of a navigation controller with no success. Here …

iphone ios uinavigationcontroller uinavigationbar
How to hide a navigation bar from first ViewController in Swift?

How can I hide a navigation bar from first ViewController or a particular ViewController in swift? I used the following …

ios swift uinavigationcontroller uinavigationbar
Programmatically navigate to another view controller/scene

I got an error message during navigating from first view controller to second view controller. My coding is like this …

ios swift uiviewcontroller uinavigationcontroller xcode6
Navigation bar show/hide

I have an app with a navigation bar consisting of 2 bar buttons. I would like to hide and show this …

iphone ios uinavigationcontroller uinavigationbar
iPhone hide Navigation Bar only on first page

I have the code below that hides and shows the navigational bar. It is hidden when the first view loads …

ios uinavigationcontroller hide
How to change the Push and Pop animations in a navigation based app

I have a navigation based application and I want to change the animation of the push and pop animations. How …

ios animation uinavigationcontroller
Execute action when back bar button of UINavigationController is pressed

I need to execute an action (emptying an array), when the back button of a UINavigationController is pressed, while the …

ios xcode swift uinavigationcontroller
Programmatically get height of navigation bar

I know that the presence of the more view controller (navigation bar) pushes down the UIView by its height. I …

ios objective-c swift uinavigationcontroller uinavigationbar
How to hide 'Back' button on navigation bar on iPhone?

I added a navigation control to switch between views in my app. But some of the views shouldn't have 'Back' (…

ios objective-c iphone navigation uinavigationcontroller