/ Published in: Objective C
Expand |
Embed | Plain Text
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard]; pasteboard.string = @"paste me somewhere";
You need to login to post a comment.
saturngod on 10/11/10
2 people have marked this snippet as a favorite
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard]; pasteboard.string = @"paste me somewhere";
You need to login to post a comment.