gpt4 book ai didi

iOS/swift : Dynamically size UIStackView when one of its items gets larger

转载 作者:IT王子 更新时间:2023-10-29 05:23:35 27 4
gpt4 key购买 nike

我在垂直 UIStackView 中有两个项目:一个 UILabel 和一个 UITableView。当动态数量的 UITableViewCell 在运行时添加到 UITableView 时,UIStackView 不会变大。

有没有通用的方法来增加 UIStackView 的大小?

最佳答案

您应该在 stackView 的 subview 上调用 sizeToFit()layoutIfNeeded()。像往常一样约束 UIStackView,并像往常一样约束 subview 。

此外,您需要将其设置为按比例填充,它会调整大小以适应新内容。

关于iOS/swift : Dynamically size UIStackView when one of its items gets larger,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44837759/

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