Skip to content

Instantly share code, notes, and snippets.

@AndyDunn
Created November 2, 2014 14:26
Show Gist options
  • Save AndyDunn/3c05a595a8074ba34643 to your computer and use it in GitHub Desktop.
Save AndyDunn/3c05a595a8074ba34643 to your computer and use it in GitHub Desktop.
Convert NSData to NSString
NSString *myString = [[NSString alloc] initWithData:myData encoding:NSUTF8StringEncoding];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment