gpt4 book ai didi

ios - swift 3 : CollectionView didSelectItemAt get selected cell label

转载 作者:搜寻专家 更新时间:2023-11-01 05:52:23 25 4
gpt4 key购买 nike

我已经为此苦苦挣扎了一段时间,但在其他地方找不到答案。基本上我需要在选定的 Collection View 单元格内编辑一个 View 。例如,一旦单击一个单元格,该单元格内的标签文本就会发生变化。

Here is what i need however it only works on tableviews

最佳答案

如果我理解正确,您需要获取选定的 Collection View 单元格:-

if let cell = collectionView.cellForItemAtIndexPath(indexPath) {
cell.textlabel.text = "yourtext"
}

关于ios - swift 3 : CollectionView didSelectItemAt get selected cell label,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45525942/

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