iOS开发之--复制粘贴功能

复制粘贴功能,代码以下:spa

一、复制功能code

UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = @"复制的内容";

仅作记录blog