Im trying to develop a multi view apllication while trying to avoid navagation controllers as apple recommend this for the iPad.
My problem is nav controllers are the only way I know how to make a multiview app, does anyone have a link to code or a book I could look at that show other ways? I already have exploring the iphone sdk and the developers cook book but both focus on nav controllers.
What others ways are there to link screens ?
I have an intial login screen and then a main menu section where the user can choose from a list of options, how should I implement this. Please give an example as I cant seemt to code things from my head yet.
Please help me get started , I feel like im going crazy trying to get over this.
thanks,