Top "Uinavigationcontroller" questions

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

How to implement tab bar controller with navigation controller in right way

I am using Storyboard and Xcode 6. I have next controllers and scenes in my Storyboard: UINavigationController that has HomeViewController as …

ios uinavigationcontroller uitabbarcontroller xcode6 uistoryboard
Popping ViewController on Swift

I need to pop a UIViewController from the navigation controller. Just writing this line of code but taking an exception; …

ios uinavigationcontroller swift
Swift - pushViewController from appDelegate, rootViewController.navigationController is nil

Having a problem following a few guides, specifically http://blog.originate.com/blog/2014/04/22/deeplinking-in-ios/ I'm setting the url scheme and …

ios swift uiviewcontroller uinavigationcontroller appdelegate
UIRefreshControl - beginRefreshing not working when UITableViewController is inside UINavigationController

I've setup a UIRefreshControl in my UITableViewController (which is inside a UINavigationController) and it works as expected (i.e. pull …

ios objective-c uitableview uinavigationcontroller uirefreshcontrol
UINavigationBar/Status Bar issue in IOS7

Final EDIT (Rather than having an overly long question with edits making a final edit for clarification, please see other …

ios7 uinavigationcontroller uinavigationbar uistatusbar
How to add 2 buttons into the UINavigationbar on the right side without IB?

How can I add 2 buttons into the UINavigationBar without XIB? The 2 buttons should be aligned on the right side of …

ios uinavigationcontroller uibutton
Pushing a navigation controller is not supported

In my MainStoryBoard I want to push a viewController to the detailView but I get this error: NSInvalidArgumentException', reason: 'Pushing …

ios objective-c swift uinavigationcontroller storyboard
How do I pop two views at once from a navigation controller?

I want to pop to the third view on the navigation stack back to the first view. I know how …

ios iphone uinavigationcontroller
Disable swipe back gesture in Swift

Been looking around on here for a while but can't seem to find a working solution. I'm trying to disable …

ios swift uinavigationcontroller
How to set the text of a back button on a UINavigationBar?

Possible Duplicate: How do I change the title of the “back” button on a Navigation Bar The Situation: I have …

iphone xcode uinavigationcontroller uinavigationbar