Reputation: 21726
I know that when user makes for example image Copy in Photo Albums or Safari. Is there a way to get this image in my application programmatically?
Explain, please how to get this copied image.
Upvotes: 1
Views: 971
Reputation: 21726
I was impressed founding such an easy and funny solution :)
UIImage *img = [UIPasteboard generalPasteboard].image;
Upvotes: 4