Skip to content

Instantly share code, notes, and snippets.

@remear
Created April 18, 2011 21:19
Show Gist options
  • Save remear/926205 to your computer and use it in GitHub Desktop.
Save remear/926205 to your computer and use it in GitHub Desktop.
IBOutlet NSTextView *infoBox;
NSString *response = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
[infoBox setString:response];
[response release];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment