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.
iOS で文字列をクリップボードにコピーするにはどうすればよいですか? ドキュメントで「クリップボード」を検索しましたが、ヒットしませんでした。
このような:
[UIPasteboard generalPasteboard].string = @"hello!";
Apple は「クリップボード」という用語を使用していません。iOS では「ペーストボード」であり、それらを複数持つことができます。