Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iPodphone

macrumors newbie
Original poster
Mar 24, 2010
7
0
On the window, how do I make it so that when you press a button it opens a clean page which i can edit. This is within an app.
 
On the window, how do I make it so that when you press a button it opens a clean page which i can edit. This is within an app.

What's your code look like now? You probably just need to show a new view which is easy.


[window addSubview:newView];
 
What's your code look like now? You probably just need to show a new view which is easy.


[window addSubview:newView];

Thanks, is there any way I can edit what is on this new view through interface builder?
 
This is really quite basic.
Look at the documents on the Dev site on viewControllers and multiview applications.
There's source code you can look at too.
Alternatively, take a look at the book "Beginning iPhone 3 Development"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.