Swift:
UIPasteboard.general.string = "剪切板的內容"
Objective-C:
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = "剪切板的內容"
Swift:
UIPasteboard.general.string = "剪切板的內容"
Objective-C:
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = "剪切板的內容"