Re: [iPhone] newbie Q: switching between two views

2009-06-30 Thread Kyle Sluder
On Tue, Jun 30, 2009 at 5:50 PM, Beth Freeman wrote: > DesignMeditationsAppDelegate: > > - (void)applicationDidFinishLaunching:(UIApplication *)application { > > >    // Override point for customization after application launch > > [window addSubview:meditationViewController.view]; > > [window addS

[iPhone] newbie Q: switching between two views

2009-06-30 Thread Beth Freeman
Hi all,I am building a multiview app and rather than having a root view controller with two subviews, I thought I'd try putting the view switching code into the app delegate as follows. However, it's not working. Is this a dumb thing to do? Should I always use a root view controller if I'm switc