I iPodphone macrumors newbie Original poster Mar 24, 2010 7 0 Mar 26, 2010 #1 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.
D detz macrumors 65816 Jun 29, 2007 1,051 0 Mar 26, 2010 #2 iPodphone said: 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. Click to expand... What's your code look like now? You probably just need to show a new view which is easy. [window addSubview:newView];
iPodphone said: 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. Click to expand... What's your code look like now? You probably just need to show a new view which is easy. [window addSubview:newView];
I iPodphone macrumors newbie Original poster Mar 24, 2010 7 0 Mar 26, 2010 #3 detz said: What's your code look like now? You probably just need to show a new view which is easy. [window addSubview:newView]; Click to expand... Thanks, is there any way I can edit what is on this new view through interface builder?
detz said: What's your code look like now? You probably just need to show a new view which is easy. [window addSubview:newView]; Click to expand... Thanks, is there any way I can edit what is on this new view through interface builder?
E ethical macrumors 68000 Dec 22, 2007 1,661 1 Mar 26, 2010 #4 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"
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"