gpt4 book ai didi

ios - 无法在 Notes.app ios8 中插入 UIPasteboard 图片

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:56:18 28 4
gpt4 key购买 nike

我正在使用这段代码复制图像

[[UIPasteboard generalPasteboard] setImage:myImage];

然后我可以将此图像插入其他程序中,包括 ios9 中的 notes.app 或 ios 8 中的任何其他应用程序。但我无法将它插入 iOs 8 上的 notes.app 中。

我可以从 Photos.app 或通过其他自定义键盘(如 Advertising emojis)手动复制图像并插入它,我应该在我的代码中更改什么以支持 iOS 8 上的 Notes.app?

最佳答案

请使用此代码

[[UIPasteboard generalPasteboard] setData:UIImagePNGRepresentation(image) forPasteboardType:@"public.png"];

这肯定会解决您的问题,图像将插入所有具有粘贴图像功能的应用程序。

关于ios - 无法在 Notes.app ios8 中插入 UIPasteboard 图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33926309/

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