From cf0b56947de61ed99ffaf21b6e9df444b74f513d Mon Sep 17 00:00:00 2001 From: Mabel Date: Thu, 23 Jun 2016 16:57:08 -0400 Subject: [PATCH 1/2] Done. --- objc-interpolate-001-prework-ios | 1 + objc-interpolate/FISAppDelegate.m | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 160000 objc-interpolate-001-prework-ios diff --git a/objc-interpolate-001-prework-ios b/objc-interpolate-001-prework-ios new file mode 160000 index 0000000..242b67e --- /dev/null +++ b/objc-interpolate-001-prework-ios @@ -0,0 +1 @@ +Subproject commit 242b67e0103cc708a386fa9d204351916621942a diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..7e00296 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -7,11 +7,22 @@ @implementation FISAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. - /* - - * Write your code here! - - */ + //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"); + + + + // Do not alter return YES; // From f29ee0ef676c4063207130cb005b936054e57ef0 Mon Sep 17 00:00:00 2001 From: Mabel Date: Thu, 23 Jun 2016 16:59:21 -0400 Subject: [PATCH 2/2] Done. --- objc-interpolate/FISAppDelegate.m | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index 7e00296..7645736 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -7,11 +7,7 @@ @implementation FISAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. - //NSLog(@ "Interpolate!"); - //NSLog(@"%@", @"Interpolate!"); - // NSLog(@"%@%@", @"Interpolate!", @"Interpolate!"); - // NSLog(@"%@%@%@%@!", @"In", @"ter", @"po", @"late"); - //NSLog(@"%@-%@-%@-%@!", @"In", @"ter", @"po", @"late"); + NSLog(@"You are not The Doctor!");