I created a view that will look like a splash screen and which will be loaded when the app is first started. I have also created a segue that will take from the initial splash screen to the main view after some certain background tasks have been performed. However, I have no idea how to initiate the segue since I don’t have any user interaction within that splash screen. Does anyone have an answer to this problem?
Share
If you have an
UIViewControllercreated from the storyboard, you can start a segue in code usingperformSegueWithIdentifier:sender: