Relative Content

Tag Archive for xcodeswiftuistoryboardsegue

Why does this segue work but the view doesn’t change?

Im trying to use a segue to pass through some userInput from a custom alert but for some reason when i preform the segue the view on the app doesn’t change. But the viewdidload on the destination viewcontroller runs, I know this beacuse i put a print statment inside it.