I\'m building a large storyboard and I was wondering if anyone has come up with helpful naming conventions for segue identifiers.
It looks like Apple j
"ViewControllerAToViewControllerB"
For example, if you have a MasterViewController and a DetailViewController, the segue identifier could be:
"MasterToDetail"