gpt4 book ai didi

iphone - 添加到 UIPasteboard 的图像在 TWITTER 中不显示 PASTE 选项

转载 作者:搜寻专家 更新时间:2023-10-30 20:10:21 26 4
gpt4 key购买 nike

我已经搜索了一些通过 UIPasteboard 提出的帖子/问题,这些帖子/问题发布在 StackOverflow 上,但我没有找到解决我的问题的任何方法,所以发布了这个问题。

我想将复制的图像粘贴到 Twitters NewTwitt 和 Facebook 的评论中,但即使粘贴板对象中有图像,我也没有获得粘贴选项。我在 EMAIL 中获得了粘贴选项,它也工作正常。

这是我使用的代码:

 //image is object of UIImage, which holds .png Image

UIPasteboard *objPasteboard = [UIPasteboard generalPasteboard];
NSData *imageData = [NSData dataWithData:UIImagePNGRepresentation(image)];
[objPasteboard setData:imageData forPasteboardType:@"public.png"];

Here in twitter i am not getting PASTE option, even if my UIPasteboard object have image.

我是否需要执行更多操作才能将其粘贴到 Twitter 和 Facebook。我正在发布图像屏幕截图以供引用。

谁能帮帮我。

最佳答案

您不能将 UIImage 粘贴到 UITextView 并且您粘贴的位置是 UITextView。它支持 NSString 而不是 UIImage。您可以将其粘贴到 SMS 中。您在 UITextView 中看到的图标或符号是 Unicode 字符而不是 UIImage 两者都不同。

关于iphone - 添加到 UIPasteboard 的图像在 TWITTER 中不显示 PASTE 选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12244583/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com