Top "Segue" questions

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

instantiateViewControllerWithIdentifier - Storyboard id set but still not working

I have to created a segue programmatically however when I click on the button the view controller does not change …

ios objective-c segue
Keep getting "Unbalanced calls to begin/end appearance transitions for <ViewController>" error

I have an app that is almost running perfectly. Here is how my app is structured: 6 total View Controllers on …

ios objective-c uiviewcontroller uinavigationcontroller segue
Swift pass data through navigation controller

One of my segues transitions from a view controller to a tableview controller. I want to pass an array between …

ios swift segue
Passing data between View Controllers using Segue

I am new to iOS. I am facing a problem passing the data between ViewControllers. I have three viewControllers (view_1 ,…

ios uiviewcontroller segue
Push segue in xcode with no animation

I am using normal storyboarding and push segues in xcode, but I want to have segues that just appear the …

xcode animation segue
Pop the current view using Segues/Storyboard on iOS 5

I am creating an app using iOS 5 SDK. I managed to push views using the Storyboard's Segues, but I cannot …

ios ios5 uistoryboard segue
How do I create a segue that can be called from a button that is created programmatically?

In Swift I have a button created programmaticaly using: var button = UIBarButtonItem(title: "Tableau", style: .Plain, target: self, action: "tabBarTableauClicked") …

swift segue uistoryboard uistoryboardsegue
NSInvalidArgumentException - receiver has no segue with identifier

I have been trying everything for hours, and nothing's worked. I am trying to segue between two view controllers, from …

objective-c uiviewcontroller segue identifier uistoryboardsegue
Storyboard Segue From View Controller to Itself

I am trying to make a mechanism to drill down a file / folder list. The idea is to show the …

ios uitableview uiviewcontroller storyboard segue