From a22cb33d696ae6c2b62a794f27a6dec3462eadf8 Mon Sep 17 00:00:00 2001 From: jonathanandrewsuk Date: Wed, 20 Jul 2016 20:40:26 -0400 Subject: [PATCH] Interpolate NSLog --- objc-interpolate/FISAppDelegate.m | 13 +++++++++++++ objc-interpolate/Main.storyboard | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) 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 @@ - + - + +