Download pdf - Try IOS 1-App Launch

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


Recommended