View controller won't show at segue

Hey, what should I check if a view controller won’t show at segue. The perform(segue:_:slight_smile: 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.

Any help you give will be greatly appreciated.

Please share your perform(segue:) method’s code when you get a chance. Thank you! :]

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.

This topic was automatically closed after 166 days. New replies are no longer allowed.