我正在尝试通过 UIActivityViewControler 社交共享功能共享屏幕特定区域的屏幕截图。
我想我基本上需要在 UIActivityViewControler 代码中嵌套屏幕截图指令和所需屏幕截图位置的尺寸,但我不确定这应该是什么样子。
我认为屏幕截图说明需要在这里:
activityitems = @[_postText.text = @"Here is a selected screenshot.", _postImage.image = ***screenshot instructions***];
如何正确输入屏幕截图说明,在这种情况下它们应该是什么?