如何在ios中以编程方式在自定义单元格中设置AutoLayout

时间:2016-02-29 05:08:27

标签: ios iphone autolayout

enter image description here

我想将5px作为底部区域默认情况下,在第二张图像中,当字幕大小增加时它会正常工作,它的大小会自动增加。但在第一张图片中,它的大小并没有增加。

因为我已将图像限制为高度宽度和前导和顶部,标题(苹果)。但不工作。

1 个答案:

答案 0 :(得分:2)

只需制作 imageview Bottomlayoutconstrain 的IBOutlet,如下图所示。

enter image description here

当字幕大小增加时,只需设置下面的行

self.imageviewbottom.constant = label.contentSize.height; //Setaccording to your requirement like, 2.0