When I share [image, url, text] as the activity items, in iOS 9 it appears as 3 separate items in the text message. In iOS 10, sharing a link from Safari shows an image with the website name. How is this done?
Here is Code,
NSArray *items = @[datTextString,url,image ];
UIActivityViewController *shareController = [[UIActivityViewController alloc] initWithActivityItems:items applicationActivities:nil];
This is the default behavior of iOS 10 to display the thumbnail view of the URL.