Hi,
I asked a question on here last week and I have tried to follow examples but not having much joy,
So I am trying to create a app that will have a main window. In this window I want to be able to display 3 or 4 different views (not at the same time) which the user can select the view via a button press. I did not want to use a navigation bar if possible.
am I right in thinking that I will need
View1 .h &.m View1controller .h &.m and the same for the second etc
Now if the button to select view 2 is on view 1,
how do I change the view and where do I put this code? Do I need a root-controller or am i getting confused with other ways of doing the same thing.
Thank you in advance for your help.