gpt4 book ai didi

iOS 将多张图片复制到粘贴板

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:33:15 25 4
gpt4 key购买 nike

我可以像这样将一张图片复制到粘贴板:

UIPasteboard *pasteboard;
pasteboard = [UIPasteboard generalPasteboard];
UIImage *image;
[pasteboard setImage:image];

如何将两张或三张图片复制到粘贴板?

最佳答案

[[UIPasteboard generalPasteboard] setImages:[NSArray arrayWithObjects:firstImage, secondImage, nil]];

我想这就是您要找的。也可以将单个图像设置为多种类型(PNG、JPG 等),以便其他应用程序更有可能找到可用的图像。

~祝你好运

关于iOS 将多张图片复制到粘贴板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8864775/

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