0
它有多難?我有一個600字左右的文字,多行。現在我想使用UIPasteboard類將該文本複製到剪貼板。我需要執行什麼?簡單的方法將多行文本複製到剪貼板?
它有多難?我有一個600字左右的文字,多行。現在我想使用UIPasteboard類將該文本複製到剪貼板。我需要執行什麼?簡單的方法將多行文本複製到剪貼板?
只要致電:
// To copy the string myText to the pasteboard:
[[UIPasteboard generalPasteboard] setString:myText];