Easy Storyboard segues in Swift

Easy Storyboard segues in Swift

tomlokhorst:

When working with a storyboard and segues, the usual method of performing a segue can be a bit cumbersome.To deal with this, we’ve created a tiny helper called SegueManager that allows you to pass a closure to a performSegue call.

Current situation

Say you have a simple storyboard…Read More

We’ve built SegueManager to deal with segues in Swift. Tom wrote an interesting post about it. We didn’t want to keep it from you, so check it out after the beep. Beep.

Easy Storyboard segues in Swift