Skip to content

Instantly share code, notes, and snippets.

@reiji1020
Created January 25, 2013 15:57
Show Gist options
  • Save reiji1020/4635499 to your computer and use it in GitHub Desktop.
Save reiji1020/4635499 to your computer and use it in GitHub Desktop.
UIPasteboard *pasteboard = [UIPasteboard pasteboardWithName:@"DataSet" create:NO];
number.text = pasteboard.string;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment