Top "Uistoryboardsegue" questions

UIStoryboardSegue is the Cocoa Touch class for segues used in storyboards in iOS 5.0 and later.

Embed a UIViewController in a NavigationController using segues

I have a viewController that is usually (most often) accessed by using a push segue. This viewController needs to be …

ios uinavigationcontroller uistoryboard uistoryboardsegue
Custom Push Segue removes navigation bar and tab bar in story board

I have the following defined in a custom Segue, let us call it SegueX: @interface SegueX : UIStoryboardSegue @end @implementation SegueX …

ios cocoa-touch ios7 segue uistoryboardsegue
segue: destination view controller weirdness

In my app, I use a storyboard and segues, and I often pass data to the destination view controller before …

ios ios5 uiviewcontroller uistoryboardsegue
How to execute some code after a segue is done?

Is it possible in iOS 6 to know when a UIStoryboardSegue has finished its transition? Like when i add a UIStoryboardSegue …

ios ios6 uiviewcontroller segue uistoryboardsegue
Pass data between ViewController and ContainerViewController

I'm working on an app, and need to pass data between view and containerView. I need to send data and …

swift swift2 segue uistoryboardsegue swift-protocols
Changing root view controller after iOS app has loaded.

In order to show my login screen when the app loads, and not after the user logs in, I have …

ios viewcontroller uistoryboardsegue appdelegate
How to check if a view controller can perform a segue

This might be a very simple question but didn't yield any results when searching for it so here it is... …

objective-c ios ios5 uistoryboardsegue
How to know the current storyboard name?

I want to know what is the current loaded storyboard,I used the below code but it is still get …

iphone ios storyboard uistoryboard uistoryboardsegue
Getting reference to the view of a container view

I am new to iOS App Development. I have connected a tableview controller such that when I select one of …

ios objective-c uiviewcontroller segue uistoryboardsegue
Swift: Force show Navigation Bar in Modal

I have the following Storyboard Segue in my Swift project: The animation is correct, but there is no navigation bar …

swift segue uistoryboard uistoryboardsegue