I have create an application which has several views, I want each view to be accessed by a link from the main page, and then have a done button to go back to the main page. I have managed to link one view from the main page, and add the done button by using this tutorial:
YouTube - Xcode iPhone SDK Tutorial - Switching XIBs, Nib Views (Switching Views Method 2) but I cannot work out how to get this to work for more than one view.
Also, when I open the second view from the main page, it opens in portrait, when the rest of the app is in landscape.
Thank you in advance.