I'm using the UIActivityViewController, and I have two items of data that I share. One is some text, and the other is an image. When I use the UIActivityTypeCopyToPasteboard, it always just copies the text component and not the image. I thought it might have been based on the order of the items in the array of data, but it makes no difference.
Is there any way to force it to copy the image instead of the text without having to make your own UIActivity?
Thanks.