diff --git a/iOS Simulator Notifications/ACAppDelegate.m b/iOS Simulator Notifications/ACAppDelegate.m index 2adc055..5c9fae0 100644 --- a/iOS Simulator Notifications/ACAppDelegate.m +++ b/iOS Simulator Notifications/ACAppDelegate.m @@ -26,6 +26,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { self.payloadTextView.string = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding]; } } + + self.payloadTextView.automaticQuoteSubstitutionEnabled = NO; } #pragma mark - Actions