Hey, what should I check if a view controller won’t show at segue. The perform(segue:_ callback method runs for sure. I know because I put a print statement in it and it printed.
I’m sure I set up the segue correctly. I control-dragged from one view controller to another in the Document Outline.
I figured out my error. I was thinking of perform(segue:) as prepare(for:). Totally a dumb mistake. I realized the mistake after reading a response in another forum. Thank you for your interest.