gpt4 book ai didi

ios - 我的 UIStackView 框架彼此堆叠

转载 作者:行者123 更新时间:2023-11-30 12:19:23 25 4
gpt4 key购买 nike

我创建了一个 UIStackview 文件,它使用 Stackview 设置了一些框架。在这些框架中,我定义了 2 个级别,每个级别的 StackView 框架 View

    class Stages: UIStackView {
override init(frame: CGRect) {
super.init(frame: frame)
SetupImages()
SetUpStageOne()
if scorenum == 1 {
SetupImages()
SetUpStageTwo()
}
}

required init(coder: NSCoder) {
super.init(coder: coder)
SetupImages()
SetUpStageOne()
if scorenum == 1 {
SetupImages()
SetUpStageTwo()
}

}

}

如果分数等于 == 1我想要更新 SetUpStageTwo() 的框架

但是问题是 SetUpStageOne() 的框架堆积在 SetUpStageOne() 的顶部

最佳答案

我已经找到了这个问题的解决方案。事实证明,我需要先删除我的数组,然后再重新使用它们

从 super View 中删除(数组)

如果有人对上面的代码有更好的想法或改进,请提前发布

关于ios - 我的 UIStackView 框架彼此堆叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44985190/

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