From 467dca96e9dd02aa82ac2967f1215b3940977cfb Mon Sep 17 00:00:00 2001 From: Crystal Mora Date: Thu, 30 Jun 2016 21:47:04 -0400 Subject: [PATCH] Doctor Who NSLog --- objc-interpolate/FISAppDelegate.m | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..e0c3729 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -5,6 +5,26 @@ @implementation FISAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + + +// NSLog(@"Dalek"); +// NSLog(@"%@", @"Dalek"); +// NSLog(@"%@%@%@%@%@", @"D", @"a", @"l", @"e", @"k" ); + +// NSLog(@"Interpolate!"); +// NSLog(@"%@", @"Interpolate!"); +// NSLog(@"%@%@", @"Interpolate!", @"Interpolate!"); +// NSLog(@"%@%@%@%@", @"In", @"ter", @"po", @"late"); +// NSLog(@"%@-%@-%@-%@", @"In", @"ter", @"po", @"late!"); + + 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. /*