gpt4 book ai didi

ios - UILabel 动态高度与 UIImageView 恒定高度

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:31:11 25 4
gpt4 key购买 nike

在 UITableViewCell 中,我有一个 ImageView 和两个具有动态高度的标签和一个按钮,我使用自动布局约束来实现动态行高和扩展 UILabel 高度,我遵循了 this教程,现在我想将 imageview 高度固定为常数,但是如果我通过给出高度约束来做到这一点,那么 UILabel 的动态高度就会受到影响并且它被截断为一行,为此我想我想使用更多限制,请帮助我。

我尝试通过更改内容拥抱优先级和内容压缩抵抗优先级来尝试,但我无法做到。我尝试为图像提供纵横比,这也会影响 uilabel 动态高度。

这是我的 UITableViewCell,带有我给的约束

This is my UITableViewCell with the constraints i gave

Like this the imageview is getting stretched

像这样 imageview 被拉长了

最佳答案

尝试使用此代码设置 ThumbImage,并且不要为 ThumbImage 的高度设置约束。

thumbImage.contentMode = UIViewContentModeScaleAspectFit;

关于ios - UILabel 动态高度与 UIImageView 恒定高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46999364/

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