try ios 1-app launch

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

Upload: mohd-shahrir-ibrahim

Post on 18-Nov-2015

212 views

Category:

Documents


0 download

DESCRIPTION

IOS Basic 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