tremble

-
Creating Your First iPhone Application with Interface Builder
05/09/2010 - 06:01
Worked great for me thanks for the guide. The only difference I did find was with the default implementation is slightly different, the first method definition is as below:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch
[window makeKeyAndVisible];
return YES;
}But this makes no difference to the workings of the application.
Recent Comments