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.
たとえば、ユーザーがフォト アルバムや Safari で画像をコピーすると、そのことがわかります。アプリケーションでこの画像をプログラムで取得する方法はありますか?
このコピーされた画像を取得する方法を説明してください。
このような簡単で面白い解決策を見つけたことに感銘を受けました:)
UIImage *img = [UIPasteboard generalPasteboard].image;