Top "Uistoryboardsegue" questions

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

How to create a container/child viewcontroller relationship in interface builder

To create from code a parent/child relationship between 2 view controllers basically it's just matter of doing something like: [self …

uiviewcontroller interface-builder uistoryboardsegue container-view childviewcontroller
'Show' segue in Xcode 6 presents the viewcontroller as a modal in iOS 7

I have two view controllers in my iPhone application (built with swift) built with Xcode 6.1 and uses storyboards. The first …

ios swift uistoryboardsegue
Xcode 4.2 iOS 5 : Multiple segues from a UITableView

I'm starting now with Xcode on 4.2 for iOS5 and there are a few changes and I'm now crossing a problem …

xcode ios5 uistoryboard uistoryboardsegue
How to pass data to another controller on dismiss ViewController?

I want to pass my data from one ViewController to another VC on VC dismiss. Is it possible? I've tried …

ios swift uiviewcontroller storyboard uistoryboardsegue
Disabling segue animation

I want to Show (e.g. push) segues in my storyboard, to connect my viewcontrollers and my navigation controller. Then …

ios swift segue uistoryboard uistoryboardsegue
Custom UIStoryboardSegue using segueWithIdentifier:source:destination:performHandler:

I am trying to use a custom UIStoryboardSegue to implement a transition between two view controllers. I can do this …

ios iphone objective-c uistoryboardsegue
Warning: Attempt to present whose view is not in the window hierarchy! When using identified segue

I know there are lots of other questions concerning this but they don't fully explain my issue. I go from …

ios objective-c uiviewcontroller uistoryboardsegue
prepareForSegue collectionView indexPath using swift

I don't find any good example to do what I want using swift so I allow myself to ask the …

swift uistoryboardsegue collectionview
Custom Segue Animation

I am trying to use a custom segue to perform a kind of zoom animation. When the transition is executed, …

ios uiview uiviewanimation uistoryboardsegue
Storyboard Segue Identifier naming conventions

I'm building a large storyboard and I was wondering if anyone has come up with helpful naming conventions for segue …

naming-conventions uistoryboardsegue