Dave
By: a guest | Feb 9th, 2010 | Syntax:
Objective C | Size: 0.23 KB | Hits: 25 | Expires: Never
- (void)applicationDidFinishLaunching:(UIApplication *)application {
// Override point for customization after application launch
Singer *singer = [[Singer alloc] init];
[singer start];
[window makeKeyAndVisible];