Is there a way in the storyboard user interface to connect two UIViewControllers using segue without setting an object (Button, cell, ...) by running segue? I want to run segue code in code using performSegueWithIdentifier: sender: programmatically.
Why I want this, I would like to display the detail view controller when tableviewcell is selected, but only in table view mode in edit mode.
source
share