Skip to content

Instantly share code, notes, and snippets.

@JoshuaGross
Created July 28, 2009 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshuaGross/157612 to your computer and use it in GitHub Desktop.
Save JoshuaGross/157612 to your computer and use it in GitHub Desktop.
UIPasteboard* pasteBoard = [UIPasteboard generalPasteboard];
[pasteBoard setString:@"any NSString"];
NSString* clipboard = [pasteBoard string];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment