I'm new to iOS dev, I'm trying to switch between storyboards.
I followed the answer provided here 'Receiver (<ViewController>) has no segue with identifier 'addSegue'.
I did every step and put the below code in my viewDidLoad, because I want it to automatically go to a new storyboard, depending no a condition. Am I doing something wrong?
self.performSegue(withIdentifier: "identifierName", sender: self)