标签:ui ios iphone开发 界面
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = self.label.text;
这样就得到了自己想要复制的字符串,然后就可以粘贴到输入框里面了
版权声明:本文为博主原创文章,未经博主允许不得转载。
复制字符串到剪贴板
原文地址:http://blog.csdn.net/u011303663/article/details/46862129