I created a project and completed the main functionality, now I want to add an intro view before my actual/Main viewcontroller. I tried to replace all the instances of the old/Main viewcontroller with the intro view that I just created so that the appdelegate opens up the intro view by default and then I can navigate through the remaining views.
But it still opens the main view rather than the new intro view. What am I doing wrong ?
Have you changed the references in MainWindow.xib?