Top "Segue" questions

In iOS and Mac OSX, segue is a configurable object which specifies a transition from one scene to another.

Make Segue programmatically in Swift

I have two VCs: VC1 and VC2. In VC1, I have a finish button which I programmatically made and a …

ios swift segue
Segue from one storyboard to a different storyboard?

I have too many views on one storyboard which is causing it to run really slow. I have been told …

ios xcode storyboard segue
Passing variables between View Controllers using a segue

I use Swift and Xcode 6 and would like to pass a variable from one View Controller to another using a …

ios xcode swift segue xcode6
Dark shadow on navigation bar during segue transition after upgrading to Xcode 5.1 and iOS 7.1

When I am navigating back & forth between parent and child controllers in a master - detail navigation controller, i …

objective-c uinavigationcontroller uinavigationbar segue
Perform Segue Programmatically Without Button Connection?

I have two view controllers in my storyboard and I need to push from view 1 to view 2. I need to …

iphone objective-c ipad uistoryboard segue
IOS7, Segue and storyboards - How to create without a button?

I currently have a login View and an Application view, I have successfully implemented validation on the login view and …

ios segue xcode-storyboard
Unwind segue from navigation back button in Swift

I have a settings screen, in that I have a table cell. By clicking on that I take to another …

ios iphone swift segue
iOS - Toolbar not showing

Using the storyboard I created a new screen for a second View controller and added a Toolbar at the bottom. …

ios storyboard toolbar viewcontroller segue
Segues initiated directly from view controllers warning in storyboard xcode

Hi I have created button programmatically and I connected it to another view, but I got segue warning that I …

ios objective-c storyboard segue uistoryboardsegue
Unwind segue with Navigation back button

I have watched the apple demo video on storyboard implementation with the unwind segues section and seen the demo using …

xcode storyboard segue