The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
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 uinavigationcontrollerI am trying to add a refresh button to the top bar of a navigation controller with no success. Here …
iphone ios uinavigationcontroller uinavigationbarHow can I hide a navigation bar from first ViewController or a particular ViewController in swift? I used the following …
ios swift uinavigationcontroller uinavigationbarI got an error message during navigating from first view controller to second view controller. My coding is like this …
ios swift uiviewcontroller uinavigationcontroller xcode6I have an app with a navigation bar consisting of 2 bar buttons. I would like to hide and show this …
iphone ios uinavigationcontroller uinavigationbarI have the code below that hides and shows the navigational bar. It is hidden when the first view loads …
ios uinavigationcontroller hideI have a navigation based application and I want to change the animation of the push and pop animations. How …
ios animation uinavigationcontrollerI need to execute an action (emptying an array), when the back button of a UINavigationController is pressed, while the …
ios xcode swift uinavigationcontrollerI know that the presence of the more view controller (navigation bar) pushes down the UIView by its height. I …
ios objective-c swift uinavigationcontroller uinavigationbarI 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