Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
するのはどれくらい難しいですか?約 600 文字、複数行のテキストがあります。次に、UIPasteboard クラスを使用して、そのテキストをクリップボードにコピーします。何を実装する必要がありますか?
ただ電話してください:
// To copy the string myText to the pasteboard: [[UIPasteboard generalPasteboard] setString:myText];