iOS 访问粘贴板

UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];

pasteboard.string = self.label.text;

posted @ 2015-08-20 15:07  frounk  阅读(189)  评论(0)    收藏  举报