Top "Uistoryboardsegue" questions

UIStoryboardSegue is the Cocoa Touch class for segues used in storyboards in iOS 5.0 and later.

Difference between perform segue with identifier and prepare for segue

I am very confuse between "perform segue with identifier" and "prepare for segue"...what these functions do and how they …

ios swift uistoryboardsegue
Unable to create unwind segues when using custom view controller containment

I'm attempting to convert our application to storyboards and have hit what I believe is a bug in the handling …

cocoa-touch uistoryboard uistoryboardsegue
How to check which segue was used

I got two segue's which lead to the same viewController. There are 2 buttons which are connected to the same viewController …

iphone ios objective-c uistoryboardsegue
iOS - UIStoryboardSegue detecting table cell and opening a viewController?

So I have a UITableView, and the cells are connected to a UIStoryboardSegue in order to open a new UIViewController. …

ios uitableview storyboard uistoryboardsegue