I would greatly appreciate it if someone would help me with adding segues to multiple view controllers using prepareForSegue(_:sender:).
My project is similar in structure to this tutorial.
This is a good tutorial, however all the menu options link to one view controller.
I'm trying to enhance the project by adding additional view controllers, instead of the one DetailViewController, when an individual selects the table menu cells or menu items.
How might one create several segues from that container, giving them different segue identifiers from the UITableViewCell / menu items to the multiple view controllers?