Top "Segue" questions

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

IOS StoryBoard multiple Segue's from a TableCell

Hi I have a storyboard and am able to show a detail view when clicking on a table cell. I …

ios storyboard segue
hide / show tab bar when push / back. swift

Answer: Use self.tabBarController?.tabBar.hidden instead of hidesBottomBarWhenPushed in each view controller to manage whether the view controller should …

swift uiviewcontroller hide segue tabbar
DestinationViewController Segue and UINavigationController swift

So I have a prepareForSegue method like this: override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { if segue.identifier == "fromEventTableToAddEvent" { let …

ios swift segue
ContainerView with multiple embed segues

Is there a way to have a single ContainerView with multiple embed segues? The aim is for a ContainerView to …

ios objective-c ios6 segue
swift 3 prepare(for segue: ) function broken?

for some odd reason , with swift 3, the prepare(for segue: method refuses to acknowledge the segue identifier. I have the …

ios swift segue swift3
ios pass values during a segue to another view

Trying to do something I've seen documented in a lot of places, but can't seem to manage. I'm trying to …

ios segue uistoryboard
To stop segue and show alert

Using iOS 5 storyboards, on a button I am performing a segue, what I want is to do validation on my …

iphone ios ios5 segue uistoryboardsegue
prepareForSegue is not getting called when I click on a button without using performSegueWithIdentifier

Based on the Stanford iOS course I am playing with modal view controllers. In the demo they have a button …

ios iphone objective-c segue uistoryboardsegue
What is a deprecated push segue? (iOS 8)

I have no idea what deprecated means in this context. I am new to programming and am making my first …

ios xcode segue
Application tried to present modally an active controller ios

I was trying to set the ViewController with a parent view controller before it shows show that it can provide …

ios objective-c segue modalviewcontroller viewcontroller