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
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