I am using UIActivityViewController with custom activities and I want to do access the view of the activity that was selected. Is there any way to do this ?
According to Apple there is activityImage
for accessing the UIImage but nothing for the view.