try ios 1-app launch

Post on 18-Nov-2015

212 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

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

top related