gpt4 book ai didi

iphone - 将 UIImage 从 UIbutton 保存到对象 UIImage 以复制到其他 UIButton

转载 作者:搜寻专家 更新时间:2023-10-30 19:41:45 25 4
gpt4 key购买 nike

我基本上想要做的是我们有一个 UIImage 全局对象,然后我想要多个带有背景图像的 UIButton,如果选择这些背景图像将保存到全局 UIImage

然后我想从选定的按钮中获取保存的图像,并使用它来设置其他 UIButton 的背景图像。

我该怎么做?

最佳答案

如果您将背景图片设置为UIButton,那么您可以使用

设置图片

[yourBtn setBackgroundImage:image forState:UIControlStateNormal];

获取图片

UIImage *image=[yourBtn backgroundImageForState:UIControlStateNormal];  

或者

如果您正在为您的UIButton 设置图像(使用setImage),那么

UIImage *image=yourBtn.imageView.image;

关于iphone - 将 UIImage 从 UIbutton 保存到对象 UIImage 以复制到其他 UIButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14071990/

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