UIStoryboardSegue is the Cocoa Touch class for segues used in storyboards in iOS 5.0 and later.
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 childviewcontrollerI have two view controllers in my iPhone application (built with swift) built with Xcode 6.1 and uses storyboards. The first …
ios swift uistoryboardsegueI'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 uistoryboardsegueI want to pass my data from one ViewController to another VC on VC dismiss. Is it possible? I've tried …
ios swift uiviewcontroller storyboard uistoryboardsegueI want to Show (e.g. push) segues in my storyboard, to connect my viewcontrollers and my navigation controller. Then …
ios swift segue uistoryboard uistoryboardsegueI am trying to use a custom UIStoryboardSegue to implement a transition between two view controllers. I can do this …
ios iphone objective-c uistoryboardsegueI know there are lots of other questions concerning this but they don't fully explain my issue. I go from …
ios objective-c uiviewcontroller uistoryboardsegueI don't find any good example to do what I want using swift so I allow myself to ask the …
swift uistoryboardsegue collectionviewI am trying to use a custom segue to perform a kind of zoom animation. When the transition is executed, …
ios uiview uiviewanimation uistoryboardsegueI'm building a large storyboard and I was wondering if anyone has come up with helpful naming conventions for segue …
naming-conventions uistoryboardsegue