1
App Anatomy application:didFinishLaunchingWithOptions: { // your code here return YES; } String To create log messages NSLog(@"Hello World"); - (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions Gets called when application is launched

Try IOS 1-App Launch

Embed Size (px)

DESCRIPTION

IOS Basic App Launch

Citation preview

  • App Anatomy

    application:didFinishLaunchingWithOptions:

    { // your code here return YES;}

    String

    To create log messagesNSLog(@"Hello World");

    - (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

    Gets called when application is launched