In iOS and Mac OSX, segue is a configurable object which specifies a transition from one scene to another.
Segues are visual connectors between view controllers in your storyboards, shown as lines between the two controllers. They allow you to present one view controller from another, optionally using adaptive presentation so iPads behave one way while iPhones behave another.