复制粘贴功能,代码如下:
1、复制功能
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = @"复制的内容";
仅做记录
2022-01-22 21:44:19
复制粘贴功能,代码如下:
1、复制功能
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = @"复制的内容";
仅做记录