UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = @”your nsstring”;
pasteboard.image = //Your image
IOS 剪切板(UIPasteboard)的使用
最新推荐文章于 2020-07-09 14:22:30 发布
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = @”your nsstring”;
pasteboard.image = //Your image