gpt4 book ai didi

swift - 访问 IBOutletCollection 中的元素

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

我有 UIImageView
IBOutletCollection现在我需要访问其中的图像,我该怎么做?
我只能通过这段代码访问第一个和列表

myCollection.first?.image
myCollection.last?.image

我需要访问其他图片

最佳答案

IBOutletCollection 是一个数组,因此要访问它的元素,我们可以使用下标,就像我们访问普通数组中的元素一样。

访问它的元素:

myCollection[0].image //or myCollection.first?.image 
myCollection[1].image
myCollection[2].image
....
myCollection.last?.image

关于swift - 访问 IBOutletCollection 中的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39716312/

26 4 0
文章推荐: javascript - 使用javascript从html文本区域获取多行数据
文章推荐: html - 为什么不工作 margin :0 auto? CSS
文章推荐: javascript - 悬停时在
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com