diff --git a/objc-interpolate/FISAppDelegate.m b/objc-interpolate/FISAppDelegate.m index ead0fcb..c960be7 100644 --- a/objc-interpolate/FISAppDelegate.m +++ b/objc-interpolate/FISAppDelegate.m @@ -13,6 +13,16 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( */ + 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"); + // Do not alter return YES; // /////////////// diff --git a/objc-interpolate/Main.storyboard b/objc-interpolate/Main.storyboard index a09724f..10f6b15 100644 --- a/objc-interpolate/Main.storyboard +++ b/objc-interpolate/Main.storyboard @@ -1,7 +1,8 @@ - + - + +