diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..5ac055e 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -5,6 +5,19 @@ @implementation FISAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + + + NSLog(@"You are not The Doctor!"); + + NSLog(@"%@", @"You are not The Doctor!"); + + NSLog(@"%@%@%@%@%@%@", @"You", @"are", @"not", @"The", @"Doctor", @"!"); + + NSLog(@"%@ %@ %@ %@ %@%@", @"You", @"are", @"not", @"The", @"Doctor", @"!"); + + NSLog(@"You are %@ %@!", @"not", @"The Doctor"); + + // Override point for customization after application launch. /* diff --git a/objc-interpolate/Main.storyboard b/objc-interpolate/Main.storyboard index a09724f..de85762 100644 --- a/objc-interpolate/Main.storyboard +++ b/objc-interpolate/Main.storyboard @@ -1,7 +1,8 @@ - + - + +