Hello I have been trying to link this single round rect button on my title page to the categories page on my application I am finished with the app except for this one thing I really need help i have been stuck on this same thing for 4 days.
The home page of the app .xib file is HomeView.xib and the display is under the window part catagory and I want to link it to the MainView.xib and the display for this .xib is under a navigation controller.
I have already created the IBAction *switchViews method under the HomeView.h file and attached it to the button in interface builder
and I do not know what to put in the HomeView.m file so that when i click the button on the Homeview.xib file it will bring me to the MainView.xib
I have read to entire books and none of them specify how to do this nor do any sample codes show either, so If you dont know how to explain this to me can u please give me a link to download a sample code that shows you how to do this
If anyone could help me I would be more than happy because then I would be able to send my app to apple
Thanks alot
The home page of the app .xib file is HomeView.xib and the display is under the window part catagory and I want to link it to the MainView.xib and the display for this .xib is under a navigation controller.
I have already created the IBAction *switchViews method under the HomeView.h file and attached it to the button in interface builder
and I do not know what to put in the HomeView.m file so that when i click the button on the Homeview.xib file it will bring me to the MainView.xib
I have read to entire books and none of them specify how to do this nor do any sample codes show either, so If you dont know how to explain this to me can u please give me a link to download a sample code that shows you how to do this
If anyone could help me I would be more than happy because then I would be able to send my app to apple

Thanks alot