gpt4 book ai didi

ios - 在 UIStackView 中更改 UIImageView 的图像

转载 作者:行者123 更新时间:2023-11-28 11:26:03 26 4
gpt4 key购买 nike

我有 UIStackView(红色)。当我将带有图片的 stackView imageView 放入此 imageView 时,此 imageView 变为 UIView,之后即使我想也无法更改图像。

我有 slider ,在我的堆栈 View 中有图像更改计数器,以及应该更改我的 imageView 图像的按钮。

my app

my UIImageView

Stack View 只包含 UIView,不包含 UIMAgeView。因此,我无法更改 imageView 图像。

StackView contains UIView, Not UIImageView

try to change image

最佳答案

您需要将 stackView.arrangedSubviews 元素转换为 UIImageView

@objc func buttonAction(_ sender: UIButton) {
for case let imageView as UIImageView in stackView.arrangedSubviews {
imageView.image = newImage
}
}

关于ios - 在 UIStackView 中更改 UIImageView 的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58073302/

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