Force Segue to DetailViewController

I would like to be able to automatically seque to the DetalViewController the instant a new item is added to the table view. I’m having trouble finding a way. Thanks!

Solved. I added a second segue to the Storyboard and the switch logic in prepare(for segue), and now when the user presses the add button, it calls the DetailViewController immediately.

1 Like