I\'ve noticed a lot of examples for iPhone apps in the Application Delegate
- (void)applicationDidFinishLaunching:(UIApplication *)application
h
The UIWindow rootViewController property is new with iOS4.
UIWindow
rootViewController
The older technique was to use addSubview.
addSubview
The new, recommended technique is to set rootViewController.